Skip to content

Commit ee44484

Browse files
committed
Merge tag 'at91-dt-6.5-2' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux into soc/dt
AT91 DT for 6.5 #2 It contains: - generic names for shutdown controller nodes - enablement of DT overlay support for some AT91 boards - fix reset and SPI CS for lan966x-kontron-kswitch-d10-mmt based boards - addition of PHY interrupts for lan966x-kontron-kswitch-d10-mmt-8g board * tag 'at91-dt-6.5-2' of https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux: ARM: dts: lan966x: kontron-d10: add PHY interrupts ARM: dts: lan966x: kontron-d10: fix SPI CS ARM: dts: lan966x: kontron-d10: fix board reset ARM: dts: at91: Enable device-tree overlay support for AT91 boards ARM: dts: at91: use generic name for shutdown controller Link: https://lore.kernel.org/r/20230621093853.1575312-1-claudiu.beznea@microchip.com Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents d8ece8b + 33c01ff commit ee44484

22 files changed

Lines changed: 50 additions & 21 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)