Commit 22c0db9f authored by Alexander Stein's avatar Alexander Stein Committed by Shawn Guo

ARM: dts: ls1021a: Disable CAN nodes by default

These are peripherals with external signals, so disable them by default.
Signed-off-by: default avatarAlexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 6e19c001
...@@ -866,6 +866,7 @@ can0: can@2a70000 { ...@@ -866,6 +866,7 @@ can0: can@2a70000 {
clocks = <&clockgen 4 1>, <&clockgen 4 1>; clocks = <&clockgen 4 1>, <&clockgen 4 1>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
big-endian; big-endian;
status = "disabled";
}; };
can1: can@2a80000 { can1: can@2a80000 {
...@@ -875,6 +876,7 @@ can1: can@2a80000 { ...@@ -875,6 +876,7 @@ can1: can@2a80000 {
clocks = <&clockgen 4 1>, <&clockgen 4 1>; clocks = <&clockgen 4 1>, <&clockgen 4 1>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
big-endian; big-endian;
status = "disabled";
}; };
can2: can@2a90000 { can2: can@2a90000 {
...@@ -884,6 +886,7 @@ can2: can@2a90000 { ...@@ -884,6 +886,7 @@ can2: can@2a90000 {
clocks = <&clockgen 4 1>, <&clockgen 4 1>; clocks = <&clockgen 4 1>, <&clockgen 4 1>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
big-endian; big-endian;
status = "disabled";
}; };
can3: can@2aa0000 { can3: can@2aa0000 {
...@@ -893,6 +896,7 @@ can3: can@2aa0000 { ...@@ -893,6 +896,7 @@ can3: can@2aa0000 {
clocks = <&clockgen 4 1>, <&clockgen 4 1>; clocks = <&clockgen 4 1>, <&clockgen 4 1>;
clock-names = "ipg", "per"; clock-names = "ipg", "per";
big-endian; big-endian;
status = "disabled";
}; };
ocram1: sram@10000000 { ocram1: sram@10000000 {
......
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