2021-06-12 20:56:46

by Bartosz Dudziak

[permalink] [raw]
Subject: [RESEND PATCH v2 0/2] cpuidle: qcom: Add SPM register data for MSM8226

Add SPM register data sequence for MSM8226 SoC and enable SAW2 power
controller for it.

Changes in v2:
- Removed APQ8026 SoC support

Bartosz Dudziak (2):
dt-bindings: arm: msm: Add SAW2 for MSM8226
cpuidle: qcom: Add SPM register data for MSM8226

.../devicetree/bindings/arm/msm/qcom,saw2.txt | 1 +
drivers/cpuidle/cpuidle-qcom-spm.c | 14 ++++++++++++++
2 files changed, 15 insertions(+)

--
2.25.1


2021-06-12 20:57:39

by Bartosz Dudziak

[permalink] [raw]
Subject: [RESEND PATCH v2 1/2] dt-bindings: arm: msm: Add SAW2 for MSM8226

Add the dt-binding compatible in the SPM AVS Wrapper 2 (SAW2) for the
MSM8226 SoC platform.

Acked-by: Rob Herring <[email protected]>
Signed-off-by: Bartosz Dudziak <[email protected]>
---
Documentation/devicetree/bindings/arm/msm/qcom,saw2.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/msm/qcom,saw2.txt b/Documentation/devicetree/bindings/arm/msm/qcom,saw2.txt
index ae4afc6dcf..94d50a949b 100644
--- a/Documentation/devicetree/bindings/arm/msm/qcom,saw2.txt
+++ b/Documentation/devicetree/bindings/arm/msm/qcom,saw2.txt
@@ -25,6 +25,7 @@ PROPERTIES
"qcom,saw2"
A more specific value could be one of:
"qcom,apq8064-saw2-v1.1-cpu"
+ "qcom,msm8226-saw2-v2.1-cpu"
"qcom,msm8974-saw2-v2.1-cpu"
"qcom,apq8084-saw2-v2.1-cpu"

--
2.25.1