summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/px30.dtsi
diff options
context:
space:
mode:
authorXiaoDong Huang <derrick.huang@rock-chips.com>2018-05-28 09:32:13 +0800
committerXiaoDong Huang <derrick.huang@rock-chips.com>2018-06-01 10:01:46 +0800
commit08f918733a468133c9badc76a82f15e6ce0bdd3e (patch)
tree38d7a1a8c9a4c5d864268f6f1776952427785a9e /arch/arm64/boot/dts/rockchip/px30.dtsi
parent94b431d697312fd28e26c1cb1959090097f8fd33 (diff)
Revert "arm64: dts: rockchip: px30: disable cpu CLUSTER_SLEEP"
This reverts commit 3a13a2ae5203244fd688a0e6fdf8c31a0a0ca513. Change-Id: I2e02f350ffb9b1b39cd21786b3683622729b2ec8 Signed-off-by: XiaoDong Huang <derrick.huang@rock-chips.com>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/px30.dtsi')
-rw-r--r--arch/arm64/boot/dts/rockchip/px30.dtsi8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/rockchip/px30.dtsi b/arch/arm64/boot/dts/rockchip/px30.dtsi
index 7717ad41e92f..c53988a1c464 100644
--- a/arch/arm64/boot/dts/rockchip/px30.dtsi
+++ b/arch/arm64/boot/dts/rockchip/px30.dtsi
@@ -53,7 +53,7 @@
#cooling-cells = <2>;
dynamic-power-coefficient = <90>;
operating-points-v2 = <&cpu0_opp_table>;
- cpu-idle-states = <&CPU_SLEEP>;
+ cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
};
cpu1: cpu@1 {
@@ -62,7 +62,7 @@
reg = <0x0 0x1>;
enable-method = "psci";
operating-points-v2 = <&cpu0_opp_table>;
- cpu-idle-states = <&CPU_SLEEP>;
+ cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
};
cpu2: cpu@2 {
device_type = "cpu";
@@ -70,7 +70,7 @@
reg = <0x0 0x2>;
enable-method = "psci";
operating-points-v2 = <&cpu0_opp_table>;
- cpu-idle-states = <&CPU_SLEEP>;
+ cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
};
cpu3: cpu@3 {
device_type = "cpu";
@@ -78,7 +78,7 @@
reg = <0x0 0x3>;
enable-method = "psci";
operating-points-v2 = <&cpu0_opp_table>;
- cpu-idle-states = <&CPU_SLEEP>;
+ cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;
};
idle-states {