Skip to content

Commit 9c9e1b0

Browse files
sknseanmarckleinebudde
authored andcommitted
dt-bindings: can: tcan4x5x: reset pin is active high
Change the reset pin example to active high to be in line with the datasheet Signed-off-by: Sean Nyekjaer <[email protected]> Cc: Rob Herring <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
1 parent 6055225 commit 9c9e1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ tcan4x5x: tcan4x5x@0 {
3636
interrupts = <14 GPIO_ACTIVE_LOW>;
3737
device-state-gpios = <&gpio3 21 GPIO_ACTIVE_HIGH>;
3838
device-wake-gpios = <&gpio1 15 GPIO_ACTIVE_HIGH>;
39-
reset-gpios = <&gpio1 27 GPIO_ACTIVE_LOW>;
39+
reset-gpios = <&gpio1 27 GPIO_ACTIVE_HIGH>;
4040
};

0 commit comments

Comments
 (0)