Skip to content

Commit 2ad2006

Browse files
57300hakonfam
authored andcommitted
Revert "[nrf fromlist] dts: arm: nordic: Add power states for nRF54H20"
This reverts commit 13aa404. Signed-off-by: Grzegorz Swiderski <[email protected]>
1 parent 08e58da commit 2ad2006

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

dts/common/nordic/nrf54h20.dtsi

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
device_type = "cpu";
3131
clocks = <&cpuapp_hsfll>;
3232
clock-frequency = <DT_FREQ_M(320)>;
33-
cpu-power-states = <&idle_cache_disabled &s2ram>;
33+
cpu-power-states = <&idle &s2ram>;
3434
};
3535

3636
cpurad: cpu@3 {
@@ -39,7 +39,6 @@
3939
device_type = "cpu";
4040
clocks = <&cpurad_hsfll>;
4141
clock-frequency = <DT_FREQ_M(256)>;
42-
cpu-power-states = <&idle_cache_disabled>;
4342
};
4443

4544
cpuppr: cpu@d {
@@ -128,14 +127,12 @@
128127
};
129128

130129
power-states {
131-
// substate-id = <0>; is reserved for "idle", cache powered on
132-
// substate-id = <1>; is reserved for "idle-cache-retained"
133-
idle_cache_disabled: idle_cache_disabled {
130+
idle: idle {
134131
compatible = "zephyr,power-state";
135132
power-state-name = "suspend-to-idle";
136-
substate-id = <2>;
137133
min-residency-us = <100000>;
138134
};
135+
139136
s2ram: s2ram {
140137
compatible = "zephyr,power-state";
141138
power-state-name = "suspend-to-ram";

0 commit comments

Comments
 (0)