Commit 3e4d599c authored by Binbin Zhou's avatar Binbin Zhou Committed by Huacai Chen

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: default avatarConor Dooley <conor.dooley@microchip.com>
Signed-off-by: default avatarBinbin Zhou <zhoubinbin@loongson.cn>
Signed-off-by: default avatarHuacai Chen <chenhuacai@loongson.cn>
parent 8f8d74ee
......@@ -113,10 +113,6 @@ &uart0 {
status = "okay";
};
&clk {
status = "okay";
};
&rtc0 {
status = "okay";
};
......
......@@ -159,7 +159,6 @@ clk: clock-controller@1fe00480 {
#clock-cells = <1>;
clocks = <&ref_100m>;
clock-names = "ref_100m";
status = "disabled";
};
gpio0: gpio@1fe00500 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment