devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/6] dt-bindings: soc: qcom: aoss: Add SM6350 compatible
       [not found] <20210820203105.229764-1-konrad.dybcio@somainline.org>
@ 2021-08-20 20:31 ` Konrad Dybcio
  2021-08-24 16:42   ` Rob Herring
  2021-08-20 20:31 ` [PATCH 2/6] dt-bindings: power: rpmpd: Add SM6350 to rpmpd binding Konrad Dybcio
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 8+ messages in thread
From: Konrad Dybcio @ 2021-08-20 20:31 UTC (permalink / raw)
  To: ~postmarketos/upstreaming
  Cc: martin.botka, angelogioacchino.delregno, marijn.suijten,
	jamipkettunen, Konrad Dybcio, Andy Gross, Bjorn Andersson,
	Rob Herring, linux-arm-msm, devicetree, linux-kernel

Add SM6350 AOSS QMP compatible to the list of possible bindings.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
---
 Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml
index 93e4b737ee1b..1904612fad85 100644
--- a/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml
+++ b/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml
@@ -30,6 +30,7 @@ properties:
           - qcom,sc7280-aoss-qmp
           - qcom,sc8180x-aoss-qmp
           - qcom,sdm845-aoss-qmp
+          - qcom,sm6350-aoss-qmp
           - qcom,sm8150-aoss-qmp
           - qcom,sm8250-aoss-qmp
           - qcom,sm8350-aoss-qmp
-- 
2.33.0


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

* [PATCH 2/6] dt-bindings: power: rpmpd: Add SM6350 to rpmpd binding
       [not found] <20210820203105.229764-1-konrad.dybcio@somainline.org>
  2021-08-20 20:31 ` [PATCH 1/6] dt-bindings: soc: qcom: aoss: Add SM6350 compatible Konrad Dybcio
@ 2021-08-20 20:31 ` Konrad Dybcio
  2021-08-24 16:43   ` Rob Herring
  2021-08-20 20:31 ` [PATCH 4/6] dt-bindings: arm: msm: Add LLCC for SM6350 Konrad Dybcio
  2021-08-20 20:31 ` [PATCH 6/6] dt-bindings: mailbox: qcom-ipcc: Add compatible " Konrad Dybcio
  3 siblings, 1 reply; 8+ messages in thread
From: Konrad Dybcio @ 2021-08-20 20:31 UTC (permalink / raw)
  To: ~postmarketos/upstreaming
  Cc: martin.botka, angelogioacchino.delregno, marijn.suijten,
	jamipkettunen, Konrad Dybcio, Andy Gross, Bjorn Andersson,
	Rob Herring, Rajendra Nayak, linux-arm-msm, devicetree,
	linux-kernel

Add compatible and constants for the power domains exposed by the RPMH
in the Qualcomm SM6350 platform.

Acked-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
---
 Documentation/devicetree/bindings/power/qcom,rpmpd.yaml | 1 +
 include/dt-bindings/power/qcom-rpmpd.h                  | 8 ++++++++
 2 files changed, 9 insertions(+)

diff --git a/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml b/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml
index 4807b560f00d..53405aac75c5 100644
--- a/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml
+++ b/Documentation/devicetree/bindings/power/qcom,rpmpd.yaml
@@ -30,6 +30,7 @@ properties:
       - qcom,sc8180x-rpmhpd
       - qcom,sdm845-rpmhpd
       - qcom,sdx55-rpmhpd
+      - qcom,sm6350-rpmhpd
       - qcom,sm8150-rpmhpd
       - qcom,sm8250-rpmhpd
       - qcom,sm8350-rpmhpd
diff --git a/include/dt-bindings/power/qcom-rpmpd.h b/include/dt-bindings/power/qcom-rpmpd.h
index 8b5708bb9671..fed59c104900 100644
--- a/include/dt-bindings/power/qcom-rpmpd.h
+++ b/include/dt-bindings/power/qcom-rpmpd.h
@@ -20,6 +20,14 @@
 #define SDX55_MX	1
 #define SDX55_CX	2
 
+/* SM6350 Power Domain Indexes */
+#define SM6350_CX	0
+#define SM6350_GFX	1
+#define SM6350_LCX	2
+#define SM6350_LMX	3
+#define SM6350_MSS	4
+#define SM6350_MX	5
+
 /* SM8150 Power Domain Indexes */
 #define SM8150_MSS	0
 #define SM8150_EBI	1
-- 
2.33.0


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

* [PATCH 4/6] dt-bindings: arm: msm: Add LLCC for SM6350
       [not found] <20210820203105.229764-1-konrad.dybcio@somainline.org>
  2021-08-20 20:31 ` [PATCH 1/6] dt-bindings: soc: qcom: aoss: Add SM6350 compatible Konrad Dybcio
  2021-08-20 20:31 ` [PATCH 2/6] dt-bindings: power: rpmpd: Add SM6350 to rpmpd binding Konrad Dybcio
@ 2021-08-20 20:31 ` Konrad Dybcio
  2021-08-24 16:43   ` Rob Herring
  2021-08-20 20:31 ` [PATCH 6/6] dt-bindings: mailbox: qcom-ipcc: Add compatible " Konrad Dybcio
  3 siblings, 1 reply; 8+ messages in thread
From: Konrad Dybcio @ 2021-08-20 20:31 UTC (permalink / raw)
  To: ~postmarketos/upstreaming
  Cc: martin.botka, angelogioacchino.delregno, marijn.suijten,
	jamipkettunen, Konrad Dybcio, Rob Herring, Bjorn Andersson,
	Manivannan Sadhasivam, Sai Prakash Ranjan, Souradeep Chowdhury,
	Rishabh Bhatnagar, devicetree, linux-kernel

Add LLCC compatible for SM6350 SoC.

Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
---
 Documentation/devicetree/bindings/arm/msm/qcom,llcc.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/arm/msm/qcom,llcc.yaml b/Documentation/devicetree/bindings/arm/msm/qcom,llcc.yaml
index 62fcbd883392..e12fc7999356 100644
--- a/Documentation/devicetree/bindings/arm/msm/qcom,llcc.yaml
+++ b/Documentation/devicetree/bindings/arm/msm/qcom,llcc.yaml
@@ -24,6 +24,7 @@ properties:
       - qcom,sc7180-llcc
       - qcom,sc7280-llcc
       - qcom,sdm845-llcc
+      - qcom,sm6350-llcc
       - qcom,sm8150-llcc
       - qcom,sm8250-llcc
 
-- 
2.33.0


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

* [PATCH 6/6] dt-bindings: mailbox: qcom-ipcc: Add compatible for SM6350
       [not found] <20210820203105.229764-1-konrad.dybcio@somainline.org>
                   ` (2 preceding siblings ...)
  2021-08-20 20:31 ` [PATCH 4/6] dt-bindings: arm: msm: Add LLCC for SM6350 Konrad Dybcio
@ 2021-08-20 20:31 ` Konrad Dybcio
  2021-08-24 16:43   ` Rob Herring
  3 siblings, 1 reply; 8+ messages in thread
From: Konrad Dybcio @ 2021-08-20 20:31 UTC (permalink / raw)
  To: ~postmarketos/upstreaming
  Cc: martin.botka, angelogioacchino.delregno, marijn.suijten,
	jamipkettunen, Konrad Dybcio, Andy Gross, Bjorn Andersson,
	Manivannan Sadhasivam, Jassi Brar, Rob Herring, linux-arm-msm,
	linux-kernel, devicetree

Add IPCC compatible for SM6350 SoC.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
---
 Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
index b222f993b232..866efb278813 100644
--- a/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
+++ b/Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml
@@ -24,6 +24,7 @@ properties:
   compatible:
     items:
       - enum:
+          - qcom,sm6350-ipcc
           - qcom,sm8250-ipcc
           - qcom,sm8350-ipcc
           - qcom,sc7280-ipcc
-- 
2.33.0


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

* Re: [PATCH 1/6] dt-bindings: soc: qcom: aoss: Add SM6350 compatible
  2021-08-20 20:31 ` [PATCH 1/6] dt-bindings: soc: qcom: aoss: Add SM6350 compatible Konrad Dybcio
@ 2021-08-24 16:42   ` Rob Herring
  0 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2021-08-24 16:42 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: martin.botka, linux-kernel, devicetree, Bjorn Andersson,
	Rob Herring, marijn.suijten, ~postmarketos/upstreaming,
	Andy Gross, linux-arm-msm, jamipkettunen,
	angelogioacchino.delregno

On Fri, 20 Aug 2021 22:31:00 +0200, Konrad Dybcio wrote:
> Add SM6350 AOSS QMP compatible to the list of possible bindings.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
> ---
>  Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH 2/6] dt-bindings: power: rpmpd: Add SM6350 to rpmpd binding
  2021-08-20 20:31 ` [PATCH 2/6] dt-bindings: power: rpmpd: Add SM6350 to rpmpd binding Konrad Dybcio
@ 2021-08-24 16:43   ` Rob Herring
  0 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2021-08-24 16:43 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: marijn.suijten, Rajendra Nayak, devicetree, Rob Herring,
	Andy Gross, martin.botka, angelogioacchino.delregno,
	linux-kernel, jamipkettunen, linux-arm-msm, Bjorn Andersson,
	~postmarketos/upstreaming

On Fri, 20 Aug 2021 22:31:01 +0200, Konrad Dybcio wrote:
> Add compatible and constants for the power domains exposed by the RPMH
> in the Qualcomm SM6350 platform.
> 
> Acked-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
> ---
>  Documentation/devicetree/bindings/power/qcom,rpmpd.yaml | 1 +
>  include/dt-bindings/power/qcom-rpmpd.h                  | 8 ++++++++
>  2 files changed, 9 insertions(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH 4/6] dt-bindings: arm: msm: Add LLCC for SM6350
  2021-08-20 20:31 ` [PATCH 4/6] dt-bindings: arm: msm: Add LLCC for SM6350 Konrad Dybcio
@ 2021-08-24 16:43   ` Rob Herring
  0 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2021-08-24 16:43 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: Sai Prakash Ranjan, ~postmarketos/upstreaming,
	Manivannan Sadhasivam, Souradeep Chowdhury, linux-kernel,
	marijn.suijten, angelogioacchino.delregno, martin.botka,
	devicetree, jamipkettunen, Rob Herring, Bjorn Andersson,
	Rishabh Bhatnagar

On Fri, 20 Aug 2021 22:31:03 +0200, Konrad Dybcio wrote:
> Add LLCC compatible for SM6350 SoC.
> 
> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
> ---
>  Documentation/devicetree/bindings/arm/msm/qcom,llcc.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

* Re: [PATCH 6/6] dt-bindings: mailbox: qcom-ipcc: Add compatible for SM6350
  2021-08-20 20:31 ` [PATCH 6/6] dt-bindings: mailbox: qcom-ipcc: Add compatible " Konrad Dybcio
@ 2021-08-24 16:43   ` Rob Herring
  0 siblings, 0 replies; 8+ messages in thread
From: Rob Herring @ 2021-08-24 16:43 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: martin.botka, Jassi Brar, Andy Gross, marijn.suijten,
	Rob Herring, Manivannan Sadhasivam, linux-arm-msm,
	~postmarketos/upstreaming, Bjorn Andersson, devicetree,
	linux-kernel, angelogioacchino.delregno, jamipkettunen

On Fri, 20 Aug 2021 22:31:05 +0200, Konrad Dybcio wrote:
> Add IPCC compatible for SM6350 SoC.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
> ---
>  Documentation/devicetree/bindings/mailbox/qcom-ipcc.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

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

end of thread, other threads:[~2021-08-24 16:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210820203105.229764-1-konrad.dybcio@somainline.org>
2021-08-20 20:31 ` [PATCH 1/6] dt-bindings: soc: qcom: aoss: Add SM6350 compatible Konrad Dybcio
2021-08-24 16:42   ` Rob Herring
2021-08-20 20:31 ` [PATCH 2/6] dt-bindings: power: rpmpd: Add SM6350 to rpmpd binding Konrad Dybcio
2021-08-24 16:43   ` Rob Herring
2021-08-20 20:31 ` [PATCH 4/6] dt-bindings: arm: msm: Add LLCC for SM6350 Konrad Dybcio
2021-08-24 16:43   ` Rob Herring
2021-08-20 20:31 ` [PATCH 6/6] dt-bindings: mailbox: qcom-ipcc: Add compatible " Konrad Dybcio
2021-08-24 16:43   ` Rob Herring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).