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:
parent
1ab4fe68d1
commit
0635c23c41
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue