mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
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:
parent
8f8d74ee11
commit
3e4d599c1c
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user