boards: arm: mec172xevb: add cpu-power-states property
Add cpu-power-states property in cpu0 node to describe the two supported power states idle and suspend_to_ram Signed-off-by: Jay Vasanth <jay.vasanth@microchip.com>
This commit is contained in:
parent
632972459a
commit
6e25082db0
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@
|
|||
&cpu0 {
|
||||
clock-frequency = <96000000>;
|
||||
status = "okay";
|
||||
cpu-power-states = <&idle &suspend_to_ram>;
|
||||
};
|
||||
|
||||
/* Initialize ECIA. Does not initialize child devices */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue