Skip to content

Commit 3e4d599

Browse files
AaronDotchenhuacai
authored andcommitted
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>
1 parent 8f8d74e commit 3e4d599

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

arch/loongarch/boot/dts/loongson-2k1000-ref.dts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@
113113
status = "okay";
114114
};
115115

116-
&clk {
117-
status = "okay";
118-
};
119-
120116
&rtc0 {
121117
status = "okay";
122118
};

arch/loongarch/boot/dts/loongson-2k1000.dtsi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@
159159
#clock-cells = <1>;
160160
clocks = <&ref_100m>;
161161
clock-names = "ref_100m";
162-
status = "disabled";
163162
};
164163

165164
gpio0: gpio@1fe00500 {

0 commit comments

Comments
 (0)