ARM: dts: msm: Add cpu idle-states for sun

Update enable-method to PSCI. Add idle-states node and
update cpu node to include appropriate idle state.

Disabled all idle-states for rumi.

Change-Id: I313d52c60081ef1d568781e33d0f2fed1a1f2de4
Signed-off-by: Rashid Zafar <quic_rzafar@quicinc.com>
This commit is contained in:
Rashid Zafar
2023-05-25 15:07:56 -07:00
parent 8dcf3ae18d
commit 35fe875fef
2 changed files with 197 additions and 0 deletions

View File

@@ -14,6 +14,34 @@
};
};
&MEDIUM_OFF_C4 {
status = "nok";
};
&LARGE_OFF_C4 {
status = "nok";
};
&MEDIUM_CLUSTER_CL4 {
status = "nok";
};
&LARGE_CLUSTER_CL4 {
status = "nok";
};
&MEDIUM_CLUSTER_PWR_DN {
status = "nok";
};
&LARGE_CLUSTER_PWR_DN {
status = "nok";
};
&APSS_OFF {
status = "nok";
};
&arch_timer {
clock-frequency = <500000>;
};