aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLina Iyer <lina.iyer@linaro.org>2015-03-25 16:25:32 -0400
committerOlof Johansson <olof@lixom.net>2015-04-03 16:33:53 -0400
commit9fc23ce3bfb8c205f2a43de94f3730aa301f2efe (patch)
treed99506c0f1a73b879304f1ace2a59fe6775ef361
parent030e27f6c60d37a24bbbff060936954ad6f77b0b (diff)
ARM: dts: qcom: Update power-controller device node for 8064 Krait CPUs
Update the SAW2 DT bindings to add qcom,apq8064-saw2-v1.1-cpu compatible binding string to configure SPM registers and allow the SPM to put the core in deeper idle states when the core is idle. Signed-off-by: Lina Iyer <lina.iyer@linaro.org> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Kumar Gala <galak@codeaurora.org> Signed-off-by: Olof Johansson <olof@lixom.net>
-rw-r--r--arch/arm/boot/dts/qcom-apq8064.dtsi16
1 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8064.dtsi b/arch/arm/boot/dts/qcom-apq8064.dtsi
index 4e3e0637b811..58e1d79185ce 100644
--- a/arch/arm/boot/dts/qcom-apq8064.dtsi
+++ b/arch/arm/boot/dts/qcom-apq8064.dtsi
@@ -139,26 +139,26 @@
139 reg = <0x020b8000 0x1000>, <0x02008000 0x1000>; 139 reg = <0x020b8000 0x1000>, <0x02008000 0x1000>;
140 }; 140 };
141 141
142 saw0: regulator@2089000 { 142 saw0: power-controller@2089000 {
143 compatible = "qcom,saw2"; 143 compatible = "qcom,apq8064-saw2-v1.1-cpu", "qcom,saw2";
144 reg = <0x02089000 0x1000>, <0x02009000 0x1000>; 144 reg = <0x02089000 0x1000>, <0x02009000 0x1000>;
145 regulator; 145 regulator;
146 }; 146 };
147 147
148 saw1: regulator@2099000 { 148 saw1: power-controller@2099000 {
149 compatible = "qcom,saw2"; 149 compatible = "qcom,apq8064-saw2-v1.1-cpu", "qcom,saw2";
150 reg = <0x02099000 0x1000>, <0x02009000 0x1000>; 150 reg = <0x02099000 0x1000>, <0x02009000 0x1000>;
151 regulator; 151 regulator;
152 }; 152 };
153 153
154 saw2: regulator@20a9000 { 154 saw2: power-controller@20a9000 {
155 compatible = "qcom,saw2"; 155 compatible = "qcom,apq8064-saw2-v1.1-cpu", "qcom,saw2";
156 reg = <0x020a9000 0x1000>, <0x02009000 0x1000>; 156 reg = <0x020a9000 0x1000>, <0x02009000 0x1000>;
157 regulator; 157 regulator;
158 }; 158 };
159 159
160 saw3: regulator@20b9000 { 160 saw3: power-controller@20b9000 {
161 compatible = "qcom,saw2"; 161 compatible = "qcom,apq8064-saw2-v1.1-cpu", "qcom,saw2";
162 reg = <0x020b9000 0x1000>, <0x02009000 0x1000>; 162 reg = <0x020b9000 0x1000>, <0x02009000 0x1000>;
163 regulator; 163 regulator;
164 }; 164 };