Skip to content

Commit

Permalink
dts: arm: silabs: move cpu-power-states to SoC dts files
Browse files Browse the repository at this point in the history
CPU power states is a property of the SoC, not dts.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and carlescufi committed Jul 26, 2023
1 parent a05371d commit 1c0ec37
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions boards/arm/efr32_thunderboard/thunderboard.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion dts/arm/silabs/efr32bg2x.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1c0ec37

Please sign in to comment.