diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-06-10 23:12:57 -0300 |
---|---|---|
committer | Marc Kleine-Budde <mkl@pengutronix.de> | 2013-06-27 15:15:25 +0200 |
commit | b7c4114b07bbacfe0aee1d04ad1ade9e42309620 (patch) | |
tree | c21e4f17d4149674db3761dd782c3f8056662f81 /Documentation/devicetree/bindings/net | |
parent | 30caa4b763bf5973800633de55bae586ab443f78 (diff) | |
download | blackbird-op-linux-b7c4114b07bbacfe0aee1d04ad1ade9e42309620.tar.gz blackbird-op-linux-b7c4114b07bbacfe0aee1d04ad1ade9e42309620.zip |
can: flexcan: Use a regulator to control the CAN transceiver
Instead of using a GPIO to turn on/off the CAN transceiver, it is better to
use a regulator as some systems may use a PMIC to power the CAN transceiver.
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
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 8ff324eaa889..56d6cc336e1c 100644 --- a/Documentation/devicetree/bindings/net/can/fsl-flexcan.txt +++ b/Documentation/devicetree/bindings/net/can/fsl-flexcan.txt @@ -16,6 +16,8 @@ Optional properties: - clock-frequency : The oscillator frequency driving the flexcan device +- xceiver-supply: Regulator that powers the CAN transceiver + Example: can@1c000 { |