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:
parent
a05371d353
commit
1c0ec37931
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue