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>
This commit is contained in:
Tim Harvey 2013-10-22 21:51:27 -07:00 committed by Shawn Guo
parent 38dbfb59d1
commit a113533726
1 changed files with 2 additions and 0 deletions

View File

@ -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 {