Skip to content

Commit

Permalink
dts: rw6xx: Fix the PM state definitions
Browse files Browse the repository at this point in the history
The CPU states were not picked up by the PM
subsystem

Signed-off-by: Mahesh Mahadevan <[email protected]>
  • Loading branch information
mmahadevan108 authored and nashif committed Jun 22, 2024
1 parent 1ab4fe6 commit 0635c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dts/arm/nxp/nxp_rw6xx_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
cpus {
#address-cells = <1>;
#size-cells = <0>;
cpu-power-states = <&idle &suspend>;

cpu0: cpu@0 {
compatible = "arm,cortex-m33f";
reg = <0>;
#address-cells = <1>;
#size-cells = <1>;
cpu-power-states = <&idle &suspend>;

mpu: mpu@e000ed90 {
compatible = "arm,armv8m-mpu";
Expand Down

0 comments on commit 0635c23

Please sign in to comment.