Skip to content

Commit

Permalink
ARM: dts: ls1021a: Disable CAN nodes by default
Browse files Browse the repository at this point in the history
These are peripherals with external signals, so disable them by default.

Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
  • Loading branch information
Alexander Stein authored and Shawn Guo committed Jan 26, 2023
1 parent 6e19c00 commit 22c0db9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/ls1021a.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,7 @@
clocks = <&clockgen 4 1>, <&clockgen 4 1>;
clock-names = "ipg", "per";
big-endian;
status = "disabled";
};

can1: can@2a80000 {
Expand All @@ -875,6 +876,7 @@
clocks = <&clockgen 4 1>, <&clockgen 4 1>;
clock-names = "ipg", "per";
big-endian;
status = "disabled";
};

can2: can@2a90000 {
Expand All @@ -884,6 +886,7 @@
clocks = <&clockgen 4 1>, <&clockgen 4 1>;
clock-names = "ipg", "per";
big-endian;
status = "disabled";
};

can3: can@2aa0000 {
Expand All @@ -893,6 +896,7 @@
clocks = <&clockgen 4 1>, <&clockgen 4 1>;
clock-names = "ipg", "per";
big-endian;
status = "disabled";
};

ocram1: sram@10000000 {
Expand Down

0 comments on commit 22c0db9

Please sign in to comment.