dts: arm: silabs: move cpu-power-states to SoC dts files

CPU power states is a property of the SoC, not dts.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2023-07-25 11:13:08 +02:00 committed by Carles Cufí
parent a05371d353
commit 1c0ec37931
2 changed files with 5 additions and 5 deletions

View file

@ -62,10 +62,10 @@
&cpu0 {
clock-frequency = <76800000>;
/* Enable EM1,2. This means BURTC has to be used as sys_clock
* or the system won't wake up
*/
cpu-power-states = <&pstate_em1 &pstate_em2>;
};
&pstate_em3 {
status = "disabled";
};
&usart0 {

View file

@ -36,7 +36,7 @@
* has implications on system performance. Read
* KConfig documentation entry before enabling it.
*/
cpu-power-states = <&pstate_em1>;
cpu-power-states = <&pstate_em1 &pstate_em2 &pstate_em3>;
};
power-states {