Skip to content

Commit 3ecb546

Browse files
committed
ARM: dts: at91: use clock-controller name for sckc nodes
Use clock-controller generic name for slow clock controller nodes. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Link: https://lore.kernel.org/r/20230517094119.2894220-5-claudiu.beznea@microchip.com
1 parent f4f15c5 commit 3ecb546

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

arch/arm/boot/dts/at91sam9g45.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@
923923
status = "disabled";
924924
};
925925

926-
clk32k: sckc@fffffd50 {
926+
clk32k: clock-controller@fffffd50 {
927927
compatible = "atmel,at91sam9x5-sckc";
928928
reg = <0xfffffd50 0x4>;
929929
clocks = <&slow_xtal>;

arch/arm/boot/dts/at91sam9rl.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@
799799
status = "disabled";
800800
};
801801

802-
clk32k: sckc@fffffd50 {
802+
clk32k: clock-controller@fffffd50 {
803803
compatible = "atmel,at91sam9x5-sckc";
804804
reg = <0xfffffd50 0x4>;
805805
clocks = <&slow_xtal>;

arch/arm/boot/dts/at91sam9x5.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
clocks = <&pmc PMC_TYPE_CORE PMC_MCK>;
155155
};
156156

157-
clk32k: sckc@fffffe50 {
157+
clk32k: clock-controller@fffffe50 {
158158
compatible = "atmel,at91sam9x5-sckc";
159159
reg = <0xfffffe50 0x4>;
160160
clocks = <&slow_xtal>;

arch/arm/boot/dts/sam9x60.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1322,7 +1322,7 @@
13221322
clocks = <&pmc PMC_TYPE_CORE PMC_MCK>;
13231323
};
13241324

1325-
clk32k: sckc@fffffe50 {
1325+
clk32k: clock-controller@fffffe50 {
13261326
compatible = "microchip,sam9x60-sckc";
13271327
reg = <0xfffffe50 0x4>;
13281328
clocks = <&slow_xtal>;

arch/arm/boot/dts/sama5d2.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,7 @@
704704
status = "disabled";
705705
};
706706

707-
clk32k: sckc@f8048050 {
707+
clk32k: clock-controller@f8048050 {
708708
compatible = "atmel,sama5d4-sckc";
709709
reg = <0xf8048050 0x4>;
710710

arch/arm/boot/dts/sama5d3.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@
10401040
status = "disabled";
10411041
};
10421042

1043-
clk32k: sckc@fffffe50 {
1043+
clk32k: clock-controller@fffffe50 {
10441044
compatible = "atmel,sama5d3-sckc";
10451045
reg = <0xfffffe50 0x4>;
10461046
clocks = <&slow_xtal>;

arch/arm/boot/dts/sama5d4.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@
761761
status = "disabled";
762762
};
763763

764-
clk32k: sckc@fc068650 {
764+
clk32k: clock-controller@fc068650 {
765765
compatible = "atmel,sama5d4-sckc";
766766
reg = <0xfc068650 0x4>;
767767
#clock-cells = <0>;

0 commit comments

Comments
 (0)