diff options
author | Tim Harvey <tharvey@gateworks.com> | 2013-10-22 21:51:27 -0700 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-02-09 21:28:51 +0800 |
commit | a113533726e909d2f3490b74df3df6a26ec54f33 (patch) | |
tree | 469d8e766c3574ac2c717ac4da9ec86db996d5e1 | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 (diff) | |
download | talos-obmc-linux-a113533726e909d2f3490b74df3df6a26ec54f33.tar.gz talos-obmc-linux-a113533726e909d2f3490b74df3df6a26ec54f33.zip |
ARM: dts: disable flexcan by default
Typically nodes are disabled by default and enabled when needed.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
-rw-r--r-- | arch/arm/boot/dts/imx6qdl.dtsi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi index fb28b2ecb1db..69d7c30c596f 100644 --- a/arch/arm/boot/dts/imx6qdl.dtsi +++ b/arch/arm/boot/dts/imx6qdl.dtsi @@ -331,6 +331,7 @@ interrupts = <0 110 0x04>; clocks = <&clks 108>, <&clks 109>; clock-names = "ipg", "per"; + status = "disabled"; }; can2: flexcan@02094000 { @@ -339,6 +340,7 @@ interrupts = <0 111 0x04>; clocks = <&clks 110>, <&clks 111>; clock-names = "ipg", "per"; + status = "disabled"; }; gpt: gpt@02098000 { |