ARM: dts: ls1021a: Disable CAN nodes by default
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Tue, 17 Jan 2023 11:15:38 +0000 (12:15 +0100)
committerShawn Guo <shawnguo@kernel.org>
Thu, 26 Jan 2023 07:36:31 +0000 (15:36 +0800)
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>
arch/arm/boot/dts/ls1021a.dtsi

index 7c5510e..49c78c8 100644 (file)
                        clocks = <&clockgen 4 1>, <&clockgen 4 1>;
                        clock-names = "ipg", "per";
                        big-endian;
+                       status = "disabled";
                };
 
                can1: can@2a80000 {
                        clocks = <&clockgen 4 1>, <&clockgen 4 1>;
                        clock-names = "ipg", "per";
                        big-endian;
+                       status = "disabled";
                };
 
                can2: can@2a90000 {
                        clocks = <&clockgen 4 1>, <&clockgen 4 1>;
                        clock-names = "ipg", "per";
                        big-endian;
+                       status = "disabled";
                };
 
                can3: can@2aa0000 {
                        clocks = <&clockgen 4 1>, <&clockgen 4 1>;
                        clock-names = "ipg", "per";
                        big-endian;
+                       status = "disabled";
                };
 
                ocram1: sram@10000000 {