Skip to content

Commit 1202d23

Browse files
Dan Murphymarckleinebudde
authored andcommitted
dt-bindings: tcan4x5x: Make wake-gpio an optional gpio
The wake-up of the device can be configured as an optional feature of the device. Move the wake-up gpio from a requried property to an optional property. Signed-off-by: Dan Murphy <[email protected]> Cc: Rob Herring <[email protected]> Reviewed-by: Sean Nyekjaer <[email protected]> Tested-by: Sean Nyekjaer <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
1 parent 9c9e1b0 commit 1202d23

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
@@ -10,7 +10,6 @@ Required properties:
1010
- #size-cells: 0
1111
- spi-max-frequency: Maximum frequency of the SPI bus the chip can
1212
operate at should be less than or equal to 18 MHz.
13-
- device-wake-gpios: Wake up GPIO to wake up the TCAN device.
1413
- interrupt-parent: the phandle to the interrupt controller which provides
1514
the interrupt.
1615
- interrupts: interrupt specification for data-ready.
@@ -23,6 +22,7 @@ Optional properties:
2322
reset.
2423
- device-state-gpios: Input GPIO that indicates if the device is in
2524
a sleep state or if the device is active.
25+
- device-wake-gpios: Wake up GPIO to wake up the TCAN device.
2626

2727
Example:
2828
tcan4x5x: tcan4x5x@0 {

0 commit comments

Comments
 (0)