提交 a1135337 编写于 作者: T Tim Harvey 提交者: Shawn Guo

ARM: dts: disable flexcan by default

Typically nodes are disabled by default and enabled when needed.
Signed-off-by: NTim Harvey <tharvey@gateworks.com>
Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
上级 38dbfb59
...@@ -331,6 +331,7 @@ ...@@ -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 @@ ...@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册