summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorBinbin Zhou <zhoubinbin@loongson.cn>2024-05-14 12:24:18 +0800
committerHuacai Chen <chenhuacai@loongson.cn>2024-05-14 12:24:18 +0800
commit3e4d599c1c26afcda5b7be7fa2c04946eb166d4a (patch)
tree02ab7fdeb87e534b8462ef45a0a97c4c0b3c915c /arch
parent8f8d74ee110c02137f5b78ca0a2bd6c10331f267 (diff)
downloadlinux-stable-3e4d599c1c26afcda5b7be7fa2c04946eb166d4a.tar.gz
linux-stable-3e4d599c1c26afcda5b7be7fa2c04946eb166d4a.tar.bz2
linux-stable-3e4d599c1c26afcda5b7be7fa2c04946eb166d4a.zip
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/loongarch/boot/dts/loongson-2k1000-ref.dts4
-rw-r--r--arch/loongarch/boot/dts/loongson-2k1000.dtsi1
2 files changed, 0 insertions, 5 deletions
diff --git a/arch/loongarch/boot/dts/loongson-2k1000-ref.dts b/arch/loongarch/boot/dts/loongson-2k1000-ref.dts
index ed4d32434041..8463fe035386 100644
--- a/arch/loongarch/boot/dts/loongson-2k1000-ref.dts
+++ b/arch/loongarch/boot/dts/loongson-2k1000-ref.dts
@@ -113,10 +113,6 @@
status = "okay";
};
-&clk {
- status = "okay";
-};
-
&rtc0 {
status = "okay";
};
diff --git a/arch/loongarch/boot/dts/loongson-2k1000.dtsi b/arch/loongarch/boot/dts/loongson-2k1000.dtsi
index b6aeb1f70e2a..92180140eb56 100644
--- a/arch/loongarch/boot/dts/loongson-2k1000.dtsi
+++ b/arch/loongarch/boot/dts/loongson-2k1000.dtsi
@@ -159,7 +159,6 @@
#clock-cells = <1>;
clocks = <&ref_100m>;
clock-names = "ref_100m";
- status = "disabled";
};
gpio0: gpio@1fe00500 {