Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a1135337 authored by Tim Harvey's avatar Tim Harvey Committed by Shawn Guo
Browse files

ARM: dts: disable flexcan by default



Typically nodes are disabled by default and enabled when needed.

Signed-off-by: default avatarTim Harvey <tharvey@gateworks.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 38dbfb59
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -331,6 +331,7 @@
				interrupts = <0 110 0x04>;
				interrupts = <0 110 0x04>;
				clocks = <&clks 108>, <&clks 109>;
				clocks = <&clks 108>, <&clks 109>;
				clock-names = "ipg", "per";
				clock-names = "ipg", "per";
				status = "disabled";
			};
			};


			can2: flexcan@02094000 {
			can2: flexcan@02094000 {
@@ -339,6 +340,7 @@
				interrupts = <0 111 0x04>;
				interrupts = <0 111 0x04>;
				clocks = <&clks 110>, <&clks 111>;
				clocks = <&clks 110>, <&clks 111>;
				clock-names = "ipg", "per";
				clock-names = "ipg", "per";
				status = "disabled";
			};
			};


			gpt: gpt@02098000 {
			gpt: gpt@02098000 {