Skip to content

Commit d08f92b

Browse files
committed
ARM: dts: at91: use clock-controller name for PMC nodes
Use clock-controller generic name for PMC nodes. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Link: https://lore.kernel.org/r/20230517094119.2894220-2-claudiu.beznea@microchip.com
1 parent 08e4dd1 commit d08f92b

19 files changed

Lines changed: 19 additions & 19 deletions

arch/arm/boot/dts/at91rm9200.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
reg = <0xffffff00 0x100>;
103103
};
104104

105-
pmc: pmc@fffffc00 {
105+
pmc: clock-controller@fffffc00 {
106106
compatible = "atmel,at91rm9200-pmc", "syscon";
107107
reg = <0xfffffc00 0x100>;
108108
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;

arch/arm/boot/dts/at91sam9260.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
reg = <0xffffee00 0x200>;
116116
};
117117

118-
pmc: pmc@fffffc00 {
118+
pmc: clock-controller@fffffc00 {
119119
compatible = "atmel,at91sam9260-pmc", "syscon";
120120
reg = <0xfffffc00 0x100>;
121121
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;

arch/arm/boot/dts/at91sam9261.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@
599599
};
600600
};
601601

602-
pmc: pmc@fffffc00 {
602+
pmc: clock-controller@fffffc00 {
603603
compatible = "atmel,at91sam9261-pmc", "syscon";
604604
reg = <0xfffffc00 0x100>;
605605
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;

arch/arm/boot/dts/at91sam9263.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
atmel,external-irqs = <30 31>;
102102
};
103103

104-
pmc: pmc@fffffc00 {
104+
pmc: clock-controller@fffffc00 {
105105
compatible = "atmel,at91sam9263-pmc", "syscon";
106106
reg = <0xfffffc00 0x100>;
107107
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;

arch/arm/boot/dts/at91sam9g20.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
atmel,adc-startup-time = <40>;
4242
};
4343

44-
pmc: pmc@fffffc00 {
44+
pmc: clock-controller@fffffc00 {
4545
compatible = "atmel,at91sam9g20-pmc", "atmel,at91sam9260-pmc", "syscon";
4646
};
4747
};

arch/arm/boot/dts/at91sam9g25.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
>;
2727
};
2828

29-
pmc: pmc@fffffc00 {
29+
pmc: clock-controller@fffffc00 {
3030
compatible = "atmel,at91sam9g25-pmc", "atmel,at91sam9x5-pmc", "syscon";
3131
};
3232
};

arch/arm/boot/dts/at91sam9g35.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
>;
2626
};
2727

28-
pmc: pmc@fffffc00 {
28+
pmc: clock-controller@fffffc00 {
2929
compatible = "atmel,at91sam9g35-pmc", "atmel,at91sam9x5-pmc", "syscon";
3030
};
3131
};

arch/arm/boot/dts/at91sam9g45.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
reg = <0xffffea00 0x200>;
130130
};
131131

132-
pmc: pmc@fffffc00 {
132+
pmc: clock-controller@fffffc00 {
133133
compatible = "atmel,at91sam9g45-pmc", "syscon";
134134
reg = <0xfffffc00 0x100>;
135135
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;

arch/arm/boot/dts/at91sam9n12.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
reg = <0xffffea00 0x200>;
119119
};
120120

121-
pmc: pmc@fffffc00 {
121+
pmc: clock-controller@fffffc00 {
122122
compatible = "atmel,at91sam9n12-pmc", "syscon";
123123
reg = <0xfffffc00 0x200>;
124124
#clock-cells = <2>;

arch/arm/boot/dts/at91sam9rl.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@
763763
};
764764
};
765765

766-
pmc: pmc@fffffc00 {
766+
pmc: clock-controller@fffffc00 {
767767
compatible = "atmel,at91sam9rl-pmc", "syscon";
768768
reg = <0xfffffc00 0x100>;
769769
interrupts = <1 IRQ_TYPE_LEVEL_HIGH 7>;

0 commit comments

Comments
 (0)