From 08f918733a468133c9badc76a82f15e6ce0bdd3e Mon Sep 17 00:00:00 2001 From: XiaoDong Huang Date: Mon, 28 May 2018 09:32:13 +0800 Subject: [PATCH] Revert "arm64: dts: rockchip: px30: disable cpu CLUSTER_SLEEP" This reverts commit 3a13a2ae5203244fd688a0e6fdf8c31a0a0ca513. Change-Id: I2e02f350ffb9b1b39cd21786b3683622729b2ec8 Signed-off-by: XiaoDong Huang --- arch/arm64/boot/dts/rockchip/px30.dtsi | 8 ++++---- 1 file 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 {