mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 15:12:59 +02:00
arm64: dts: rockchip: rk3562: add cpuidle node
Signed-off-by: Tony Xie <tony.xie@rock-chips.com> Change-Id: I14886e67165d87e0871b243aa53aba52b4ce1c48
This commit is contained in:
parent
3f303ef773
commit
d58452d02a
|
|
@ -193,6 +193,7 @@ cpu0: cpu@0 {
|
|||
reg = <0x0 0x0>;
|
||||
enable-method = "psci";
|
||||
clocks = <&scmi_clk ARMCLK>;
|
||||
cpu-idle-states = <&CPU_SLEEP>;
|
||||
operating-points-v2 = <&cpu0_opp_table>;
|
||||
#cooling-cells = <2>;
|
||||
dynamic-power-coefficient = <138>;
|
||||
|
|
@ -203,6 +204,7 @@ cpu1: cpu@1 {
|
|||
reg = <0x0 0x1>;
|
||||
enable-method = "psci";
|
||||
clocks = <&scmi_clk ARMCLK>;
|
||||
cpu-idle-states = <&CPU_SLEEP>;
|
||||
operating-points-v2 = <&cpu0_opp_table>;
|
||||
#cooling-cells = <2>;
|
||||
dynamic-power-coefficient = <138>;
|
||||
|
|
@ -213,6 +215,7 @@ cpu2: cpu@2 {
|
|||
reg = <0x0 0x2>;
|
||||
enable-method = "psci";
|
||||
clocks = <&scmi_clk ARMCLK>;
|
||||
cpu-idle-states = <&CPU_SLEEP>;
|
||||
operating-points-v2 = <&cpu0_opp_table>;
|
||||
#cooling-cells = <2>;
|
||||
dynamic-power-coefficient = <138>;
|
||||
|
|
@ -223,10 +226,23 @@ cpu3: cpu@3 {
|
|||
reg = <0x0 0x3>;
|
||||
enable-method = "psci";
|
||||
clocks = <&scmi_clk ARMCLK>;
|
||||
cpu-idle-states = <&CPU_SLEEP>;
|
||||
operating-points-v2 = <&cpu0_opp_table>;
|
||||
#cooling-cells = <2>;
|
||||
dynamic-power-coefficient = <138>;
|
||||
};
|
||||
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user