dts: rw6xx: Fix the PM state definitions

The CPU states were not picked up by the PM
subsystem

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
Mahesh Mahadevan 2024-06-18 19:00:08 -05:00 committed by Anas Nashif
parent 1ab4fe68d1
commit 0635c23c41

View file

@ -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";