mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
ARM: dts: rv1126: Add CPU idle states node.
Signed-off-by: Tony Xie <tony.xie@rock-chips.com> Change-Id: Ifcf7ea4c04f46da6c82af524574453920b9c174d
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
enable-method = "psci";
|
||||
clocks = <&cru ARMCLK>;
|
||||
operating-points-v2 = <&cpu0_opp_table>;
|
||||
cpu-idle-states = <&CPU_SLEEP>;
|
||||
};
|
||||
|
||||
cpu1: cpu@f01 {
|
||||
@@ -61,6 +62,7 @@
|
||||
enable-method = "psci";
|
||||
clocks = <&cru ARMCLK>;
|
||||
operating-points-v2 = <&cpu0_opp_table>;
|
||||
cpu-idle-states = <&CPU_SLEEP>;
|
||||
};
|
||||
|
||||
cpu2: cpu@f02 {
|
||||
@@ -70,6 +72,7 @@
|
||||
enable-method = "psci";
|
||||
clocks = <&cru ARMCLK>;
|
||||
operating-points-v2 = <&cpu0_opp_table>;
|
||||
cpu-idle-states = <&CPU_SLEEP>;
|
||||
};
|
||||
|
||||
cpu3: cpu@f03 {
|
||||
@@ -79,7 +82,22 @@
|
||||
enable-method = "psci";
|
||||
clocks = <&cru ARMCLK>;
|
||||
operating-points-v2 = <&cpu0_opp_table>;
|
||||
cpu-idle-states = <&CPU_SLEEP>;
|
||||
};
|
||||
|
||||
idle-states {
|
||||
entry-method = "psci";
|
||||
|
||||
CPU_SLEEP: cpu-sleep {
|
||||
compatible = "arm,idle-state";
|
||||
local-timer-stop;
|
||||
arm,psci-suspend-param = <0x0010000>;
|
||||
entry-latency-us = <120>;
|
||||
exit-latency-us = <250>;
|
||||
min-residency-us = <900>;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
cpu0_opp_table: cpu0-opp-table {
|
||||
|
||||
Reference in New Issue
Block a user