Skip to content

Commit e332873

Browse files
scosumarckleinebudde
authored andcommitted
dt-bindings: can: tcan4x5x: Add tcan4552 and tcan4553 variants
These two new chips do not have state or wake pins. Signed-off-by: Markus Schneider-Pargmann <[email protected]> Acked-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/all/[email protected] Signed-off-by: Marc Kleine-Budde <[email protected]>
1 parent 53b8d2b commit e332873

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Documentation/devicetree/bindings/net/can/tcan4x5x.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ Texas Instruments TCAN4x5x CAN Controller
44
This file provides device node information for the TCAN4x5x interface contains.
55

66
Required properties:
7-
- compatible: "ti,tcan4x5x"
7+
- compatible:
8+
"ti,tcan4552", "ti,tcan4x5x"
9+
"ti,tcan4553", "ti,tcan4x5x" or
10+
"ti,tcan4x5x"
811
- reg: 0
912
- #address-cells: 1
1013
- #size-cells: 0
@@ -21,8 +24,10 @@ Optional properties:
2124
- reset-gpios: Hardwired output GPIO. If not defined then software
2225
reset.
2326
- device-state-gpios: Input GPIO that indicates if the device is in
24-
a sleep state or if the device is active.
25-
- device-wake-gpios: Wake up GPIO to wake up the TCAN device.
27+
a sleep state or if the device is active. Not
28+
available with tcan4552/4553.
29+
- device-wake-gpios: Wake up GPIO to wake up the TCAN device. Not
30+
available with tcan4552/4553.
2631

2732
Example:
2833
tcan4x5x: tcan4x5x@0 {

0 commit comments

Comments
 (0)