diff options
author | Sean Nyekjaer <sean@geanix.com> | 2019-04-09 10:39:49 +0200 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2019-07-24 10:31:55 +0200 |
commit | 10e0c525fc41c1a80d33e3075d6f7f5902e74bbd (patch) | |
tree | d7a14532ff8ec98eedffd83dac42c254ffa4d609 /Documentation/devicetree/bindings/net | |
parent | 8c306bec2d09c8436eea989b1be2a381cae93418 (diff) |
dt-bindings: can: flexcan: add can wakeup property
This patch adds the wakeup-source boolean property.
Signed-off-by: Sean Nyekjaer <sean@geanix.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'Documentation/devicetree/bindings/net')
-rw-r--r-- | Documentation/devicetree/bindings/net/can/fsl-flexcan.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/can/fsl-flexcan.txt b/Documentation/devicetree/bindings/net/can/fsl-flexcan.txt index a04168605998..94c0f8bf4deb 100644 --- a/Documentation/devicetree/bindings/net/can/fsl-flexcan.txt +++ b/Documentation/devicetree/bindings/net/can/fsl-flexcan.txt @@ -39,6 +39,8 @@ Optional properties: 0: clock source 0 (oscillator clock) 1: clock source 1 (peripheral clock) +- wakeup-source: enable CAN remote wakeup + Example: can@1c000 { |