File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 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 {
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 {
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";
You can’t perform that action at this time.
0 commit comments