arm64: Juno: Disable CPU idle states for now.
authorLiviu Dudau <Liviu.Dudau@arm.com>
Tue, 10 Jun 2014 14:46:49 +0000 (15:46 +0100)
committerLiviu Dudau <Liviu.Dudau@arm.com>
Tue, 10 Jun 2014 14:46:49 +0000 (15:46 +0100)
CPU idle has not received enough testing to pass release status,
so we need to disable it for now.

Signed-off-by: Liviu Dudau <Liviu.Dudau@arm.com>
arch/arm64/boot/dts/juno.dts

index 1d21bd9..248314a 100644 (file)
@@ -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 {
                        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 {
                        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 {
                        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>; */
                };
        };