]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: disable flexcan by default
authorTim Harvey <tharvey@gateworks.com>
Wed, 23 Oct 2013 04:51:27 +0000 (21:51 -0700)
committerShawn Guo <shawn.guo@linaro.org>
Sun, 9 Feb 2014 13:28:51 +0000 (21:28 +0800)
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>
arch/arm/boot/dts/imx6qdl.dtsi

index fb28b2ecb1db37a28a9effbd7bea591ace78554a..69d7c30c596fd278f9c81a2753a268e5e3f75eb0 100644 (file)
                                interrupts = <0 110 0x04>;
                                clocks = <&clks 108>, <&clks 109>;
                                clock-names = "ipg", "per";
+                               status = "disabled";
                        };
 
                        can2: flexcan@02094000 {
                                interrupts = <0 111 0x04>;
                                clocks = <&clks 110>, <&clks 111>;
                                clock-names = "ipg", "per";
+                               status = "disabled";
                        };
 
                        gpt: gpt@02098000 {