LoongArch: dts: Remove "disabled" state of clock controller node
authorBinbin Zhou <zhoubinbin@loongson.cn>
Tue, 14 May 2024 04:24:18 +0000 (12:24 +0800)
committerHuacai Chen <chenhuacai@loongson.cn>
Tue, 14 May 2024 04:24:18 +0000 (12:24 +0800)
Things like clock controllers or architectural interrupt controllers,
no one would disable them because otherwise they would have no usable
system. So we just "enabled" them by default.

Suggested-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Binbin Zhou <zhoubinbin@loongson.cn>
Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
arch/loongarch/boot/dts/loongson-2k1000-ref.dts
arch/loongarch/boot/dts/loongson-2k1000.dtsi

index ed4d324340411dee9b88e52720329cf839307ad0..8463fe035386e40daa112740fd9804af6195fb37 100644 (file)
        status = "okay";
 };
 
-&clk {
-       status = "okay";
-};
-
 &rtc0 {
        status = "okay";
 };
index b6aeb1f70e2a038ac2eb3bfe6c402bd37b4dcd6a..92180140eb56e4494cae018530b94a4a09d99e0f 100644 (file)
                        #clock-cells = <1>;
                        clocks = <&ref_100m>;
                        clock-names = "ref_100m";
-                       status = "disabled";
                };
 
                gpio0: gpio@1fe00500 {