All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: power: Add rpm power domain bindings for sdx55
@ 2020-11-26  9:27 Vinod Koul
  2020-11-26  9:27 ` [PATCH 2/2] soc: qcom: rpmhpd: Add SDX55 power domains Vinod Koul
  2020-11-26 11:29 ` [PATCH 1/2] dt-bindings: power: Add rpm power domain bindings for sdx55 Manivannan Sadhasivam
  0 siblings, 2 replies; 4+ messages in thread
From: Vinod Koul @ 2020-11-26  9:27 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: linux-arm-msm, Vinod Koul, Andy Gross, Rob Herring,
	Rajendra Nayak, Manivannan Sadhasivam, devicetree, linux-kernel

Add RPM power domain bindings for the SDX55 SoC

Signed-off-by: Vinod Koul <vkoul@kernel.org>
---
 Documentation/devicetree/bindings/power/qcom,rpmpd.yaml | 1 +
 include/dt-bindings/power/qcom-rpmpd.h                  | 5 +++++
 2 files changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml b/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml
index 8058955fb3b9..fe20a73f47ca 100644
--- a/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml
+++ b/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml
@@ -22,6 +22,7 @@ properties:
       - qcom,qcs404-rpmpd
       - qcom,sc7180-rpmhpd
       - qcom,sdm845-rpmhpd
+      - qcom,sdx55-rpmhpd
       - qcom,sm8150-rpmhpd
       - qcom,sm8250-rpmhpd
 
diff --git a/include/dt-bindings/power/qcom-rpmpd.h b/include/dt-bindings/power/qcom-rpmpd.h
index 5e61eaf73bdd..9fa2d66fca4a 100644
--- a/include/dt-bindings/power/qcom-rpmpd.h
+++ b/include/dt-bindings/power/qcom-rpmpd.h
@@ -15,6 +15,11 @@
 #define SDM845_GFX	7
 #define SDM845_MSS	8
 
+/* SDX55 Power Domain Indexes */
+#define SDX55_MSS	0
+#define SDX55_MX	1
+#define SDX55_CX	2
+
 /* SM8150 Power Domain Indexes */
 #define SM8150_MSS	0
 #define SM8150_EBI	1
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-11-26 11:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-26  9:27 [PATCH 1/2] dt-bindings: power: Add rpm power domain bindings for sdx55 Vinod Koul
2020-11-26  9:27 ` [PATCH 2/2] soc: qcom: rpmhpd: Add SDX55 power domains Vinod Koul
2020-11-26 11:28   ` Manivannan Sadhasivam
2020-11-26 11:29 ` [PATCH 1/2] dt-bindings: power: Add rpm power domain bindings for sdx55 Manivannan Sadhasivam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.