Skip to content

Commit b36b947

Browse files
[nrf fromtree] dts: nordic,nrf-saadc: set pm device runtime auto
Set pm device runtime runtime auto flag to ensure saadc instances are initialized correctly if pm device runtime is used. Signed-off-by: Bjarki Arge Andreasen <[email protected]> (cherry picked from commit d01c93c)
1 parent a1cfd81 commit b36b947

File tree

13 files changed

+13
-0
lines changed

13 files changed

+13
-0
lines changed

dts/arm/nordic/nrf52805.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@
166166
interrupts = <7 NRF_DEFAULT_IRQ_PRIORITY>;
167167
status = "disabled";
168168
#io-channel-cells = <1>;
169+
zephyr,pm-device-runtime-auto;
169170
};
170171

171172
timer0: timer@40008000 {

dts/arm/nordic/nrf52810.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@
170170
interrupts = <7 NRF_DEFAULT_IRQ_PRIORITY>;
171171
status = "disabled";
172172
#io-channel-cells = <1>;
173+
zephyr,pm-device-runtime-auto;
173174
};
174175
timer0: timer@40008000 {
175176
compatible = "nordic,nrf-timer";

dts/arm/nordic/nrf52811.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@
201201
interrupts = <7 NRF_DEFAULT_IRQ_PRIORITY>;
202202
status = "disabled";
203203
#io-channel-cells = <1>;
204+
zephyr,pm-device-runtime-auto;
204205
};
205206

206207
timer0: timer@40008000 {

dts/arm/nordic/nrf52832.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@
213213
interrupts = <7 NRF_DEFAULT_IRQ_PRIORITY>;
214214
status = "disabled";
215215
#io-channel-cells = <1>;
216+
zephyr,pm-device-runtime-auto;
216217
};
217218

218219
timer0: timer@40008000 {

dts/arm/nordic/nrf52833.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@
227227
interrupts = <7 NRF_DEFAULT_IRQ_PRIORITY>;
228228
status = "disabled";
229229
#io-channel-cells = <1>;
230+
zephyr,pm-device-runtime-auto;
230231
};
231232

232233
timer0: timer@40008000 {

dts/arm/nordic/nrf52840.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@
215215
interrupts = <7 NRF_DEFAULT_IRQ_PRIORITY>;
216216
status = "disabled";
217217
#io-channel-cells = <1>;
218+
zephyr,pm-device-runtime-auto;
218219
};
219220

220221
timer0: timer@40008000 {

dts/arm/nordic/nrf5340_cpuapp_peripherals.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,7 @@ adc: adc@e000 {
287287
interrupts = <14 NRF_DEFAULT_IRQ_PRIORITY>;
288288
status = "disabled";
289289
#io-channel-cells = <1>;
290+
zephyr,pm-device-runtime-auto;
290291
};
291292

292293
timer0: timer@f000 {

dts/arm/nordic/nrf91_peripherals.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ adc: adc@e000 {
2626
interrupts = <14 NRF_DEFAULT_IRQ_PRIORITY>;
2727
status = "disabled";
2828
#io-channel-cells = <1>;
29+
zephyr,pm-device-runtime-auto;
2930
};
3031

3132
dppic0: dppic: dppic@17000 {

dts/common/nordic/nrf54h20.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -888,6 +888,7 @@
888888
status = "disabled";
889889
#io-channel-cells = <1>;
890890
power-domains = <&gpd NRF_GPD_SLOW_ACTIVE>;
891+
zephyr,pm-device-runtime-auto;
891892
};
892893

893894
comp: comparator@983000 {

dts/common/nordic/nrf54l09.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@
388388
interrupts = <213 NRF_DEFAULT_IRQ_PRIORITY>;
389389
status = "disabled";
390390
#io-channel-cells = <1>;
391+
zephyr,pm-device-runtime-auto;
391392
};
392393

393394
temp: temp@d7000 {

0 commit comments

Comments
 (0)