From: Liviu Dudau Date: Tue, 10 Jun 2014 14:46:49 +0000 (+0100) Subject: arm64: Juno: Disable CPU idle states for now. X-Git-Tag: accepted/tizen/common/20141203.182822~90 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dd0f50e31b767c9e6c54c2971982047e7975a028;p=platform%2Fkernel%2Flinux-arm64.git arm64: Juno: Disable CPU idle states for now. CPU idle has not received enough testing to pass release status, so we need to disable it for now. Signed-off-by: Liviu Dudau --- diff --git a/arch/arm64/boot/dts/juno.dts b/arch/arm64/boot/dts/juno.dts index 1d21bd9..248314a 100644 --- a/arch/arm64/boot/dts/juno.dts +++ b/arch/arm64/boot/dts/juno.dts @@ -77,7 +77,7 @@ enable-method = "psci"; clocks = <&scpi_dvfs 1>; clock-names = "vlittle"; - cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; + /* cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; */ }; CPU1:cpu@101 { @@ -87,7 +87,7 @@ enable-method = "psci"; clocks = <&scpi_dvfs 1>; clock-names = "vlittle"; - cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; + /* cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; */ }; CPU2:cpu@102 { @@ -97,7 +97,7 @@ enable-method = "psci"; clocks = <&scpi_dvfs 1>; clock-names = "vlittle"; - cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; + /* cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; */ }; CPU3:cpu@103 { @@ -107,7 +107,7 @@ enable-method = "psci"; clocks = <&scpi_dvfs 1>; clock-names = "vlittle"; - cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; + /* cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; */ }; CPU4:cpu@0 { @@ -117,7 +117,7 @@ enable-method = "psci"; clocks = <&scpi_dvfs 0>; clock-names = "vbig"; - cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; + /* cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; */ }; CPU5:cpu@1 { @@ -127,7 +127,7 @@ enable-method = "psci"; clocks = <&scpi_dvfs 0>; clock-names = "vbig"; - cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; + /* cpu-idle-states = <&CPU_SLEEP_0 &CLUSTER_SLEEP_0>; */ }; };