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

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
......@@ -331,6 +331,7 @@ can1: flexcan@02090000 {
interrupts = <0 110 0x04>;
clocks = <&clks 108>, <&clks 109>;
clock-names = "ipg", "per";
status = "disabled";
};
can2: flexcan@02094000 {
......@@ -339,6 +340,7 @@ can2: flexcan@02094000 {
interrupts = <0 111 0x04>;
clocks = <&clks 110>, <&clks 111>;
clock-names = "ipg", "per";
status = "disabled";
};
gpt: gpt@02098000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment