Skip to content

Commit 327ca22

Browse files
committed
ARM: dts: at91: use generic name for shutdown controller
Use poweroff generic name for shdwc node to cope with device tree specifications. Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> Link: https://lore.kernel.org/r/20230616101646.879480-2-claudiu.beznea@microchip.com
1 parent 4ceb0c7 commit 327ca22

20 files changed

Lines changed: 20 additions & 20 deletions

arch/arm/boot/dts/at91-qil_a9260.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
status = "okay";
109109
};
110110

111-
shdwc@fffffd10 {
111+
shdwc: poweroff@fffffd10 {
112112
atmel,wakeup-counter = <10>;
113113
atmel,wakeup-rtt-timer;
114114
};

arch/arm/boot/dts/at91-sama5d27_som1_ek.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
};
140140
};
141141

142-
shdwc@f8048010 {
142+
poweroff@f8048010 {
143143
debounce-delay-us = <976>;
144144
atmel,wakeup-rtc-timer;
145145

arch/arm/boot/dts/at91-sama5d2_ptc_ek.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
};
205205
};
206206

207-
shdwc@f8048010 {
207+
poweroff@f8048010 {
208208
debounce-delay-us = <976>;
209209

210210
input@0 {

arch/arm/boot/dts/at91-sama5d2_xplained.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@
348348
};
349349
};
350350

351-
shdwc@f8048010 {
351+
poweroff@f8048010 {
352352
debounce-delay-us = <976>;
353353
atmel,wakeup-rtc-timer;
354354

arch/arm/boot/dts/at91sam9260.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
clocks = <&pmc PMC_TYPE_CORE PMC_SLOW>;
131131
};
132132

133-
shdwc@fffffd10 {
133+
shdwc: poweroff@fffffd10 {
134134
compatible = "atmel,at91sam9260-shdwc";
135135
reg = <0xfffffd10 0x10>;
136136
clocks = <&pmc PMC_TYPE_CORE PMC_SLOW>;

arch/arm/boot/dts/at91sam9260ek.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
};
113113
};
114114

115-
shdwc@fffffd10 {
115+
shdwc: poweroff@fffffd10 {
116116
atmel,wakeup-counter = <10>;
117117
atmel,wakeup-rtt-timer;
118118
};

arch/arm/boot/dts/at91sam9261.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@
614614
clocks = <&slow_xtal>;
615615
};
616616

617-
shdwc@fffffd10 {
617+
poweroff@fffffd10 {
618618
compatible = "atmel,at91sam9260-shdwc";
619619
reg = <0xfffffd10 0x10>;
620620
clocks = <&slow_xtal>;

arch/arm/boot/dts/at91sam9263.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
clocks = <&slow_xtal>;
159159
};
160160

161-
shdwc@fffffd10 {
161+
poweroff@fffffd10 {
162162
compatible = "atmel,at91sam9260-shdwc";
163163
reg = <0xfffffd10 0x10>;
164164
clocks = <&slow_xtal>;

arch/arm/boot/dts/at91sam9g20ek_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
};
127127
};
128128

129-
shdwc@fffffd10 {
129+
shdwc: poweroff@fffffd10 {
130130
atmel,wakeup-counter = <10>;
131131
atmel,wakeup-rtt-timer;
132132
};

arch/arm/boot/dts/at91sam9g45.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
};
153153

154154

155-
shdwc@fffffd10 {
155+
poweroff@fffffd10 {
156156
compatible = "atmel,at91sam9rl-shdwc";
157157
reg = <0xfffffd10 0x10>;
158158
clocks = <&clk32k>;

0 commit comments

Comments
 (0)