Skip to content

Commit 0635c23

Browse files
mmahadevan108nashif
authored andcommitted
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>
1 parent 1ab4fe6 commit 0635c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/nxp/nxp_rw6xx_common.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
cpus {
2323
#address-cells = <1>;
2424
#size-cells = <0>;
25-
cpu-power-states = <&idle &suspend>;
2625

2726
cpu0: cpu@0 {
2827
compatible = "arm,cortex-m33f";
2928
reg = <0>;
3029
#address-cells = <1>;
3130
#size-cells = <1>;
31+
cpu-power-states = <&idle &suspend>;
3232

3333
mpu: mpu@e000ed90 {
3434
compatible = "arm,armv8m-mpu";

0 commit comments

Comments
 (0)