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

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
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -866,6 +866,7 @@
			clocks = <&clockgen 4 1>, <&clockgen 4 1>;
			clock-names = "ipg", "per";
			big-endian;
			status = "disabled";
		};

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

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

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

		ocram1: sram@10000000 {