QCOM processors get the feedback on the processor subsystem logic that
notifies when the processor has entered the low power state. This is
used for pm to gaurantee that the processor is indeed in its low
power state before the associated resources can be turned off.

Signed-off-by: Mahesh Sivasubramanian <msiva...@codeaurora.org>
Signed-off-by: Lina Iyer <lina.i...@linaro.org>
---
 arch/arm/boot/dts/qcom-msm8974-pm.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/boot/dts/qcom-msm8974-pm.dtsi 
b/arch/arm/boot/dts/qcom-msm8974-pm.dtsi
index 8eb934e..8fe00f1 100644
--- a/arch/arm/boot/dts/qcom-msm8974-pm.dtsi
+++ b/arch/arm/boot/dts/qcom-msm8974-pm.dtsi
@@ -115,4 +115,11 @@
                qcom,cpu-vctl-mask = <0xf>;
                qcom,saw2-spm-cmd-ret = [1f 00 03 00 0f];
        };
+
+       qcom,cpu-sleep-status@f9088008 {
+               compatible = "qcom,cpu-sleep-status";
+               reg = <0xf9088008 0x100>;
+               qcom,cpu-alias-addr = <0x10000>;
+               qcom,sleep-status-mask= <0x80000>;
+       };
 };
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to