LoongArch: dts: Remove "disabled" state of clock controller node

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>
This commit is contained in:
Binbin Zhou 2024-05-14 12:24:18 +08:00 committed by Huacai Chen
parent 8f8d74ee11
commit 3e4d599c1c
2 changed files with 0 additions and 5 deletions

View File

@ -113,10 +113,6 @@ &uart0 {
status = "okay";
};
&clk {
status = "okay";
};
&rtc0 {
status = "okay";
};

View File

@ -159,7 +159,6 @@ clk: clock-controller@1fe00480 {
#clock-cells = <1>;
clocks = <&ref_100m>;
clock-names = "ref_100m";
status = "disabled";
};
gpio0: gpio@1fe00500 {