All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: soc: qcom: qcom,smd-rpm: Add a compatible for SM6375
@ 2022-07-16 19:27 Konrad Dybcio
  2022-07-16 19:27 ` [PATCH 2/2] soc: qcom: smd-rpm: Add SM6375 compatible Konrad Dybcio
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Konrad Dybcio @ 2022-07-16 19:27 UTC (permalink / raw)
  To: ~postmarketos/upstreaming
  Cc: martin.botka, angelogioacchino.delregno, marijn.suijten,
	jamipkettunen, Konrad Dybcio, Andy Gross, Bjorn Andersson,
	Rob Herring, Krzysztof Kozlowski, linux-arm-msm, devicetree,
	linux-kernel

Document the compatible for SM6375.

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

diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml
index cc1b35080162..3936654360d8 100644
--- a/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml
+++ b/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml
@@ -46,6 +46,7 @@ properties:
       - qcom,rpm-sm6125
       - qcom,rpm-qcm2290
       - qcom,rpm-qcs404
+      - qcom,sm6375-rpm
 
   clock-controller:
     $ref: /schemas/clock/qcom,rpmcc.yaml#
-- 
2.37.0


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

* [PATCH 2/2] soc: qcom: smd-rpm: Add SM6375 compatible
  2022-07-16 19:27 [PATCH 1/2] dt-bindings: soc: qcom: qcom,smd-rpm: Add a compatible for SM6375 Konrad Dybcio
@ 2022-07-16 19:27 ` Konrad Dybcio
  2022-07-20 22:25 ` [PATCH 1/2] dt-bindings: soc: qcom: qcom,smd-rpm: Add a compatible for SM6375 Rob Herring
  2022-08-29 21:04 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Konrad Dybcio @ 2022-07-16 19:27 UTC (permalink / raw)
  To: ~postmarketos/upstreaming
  Cc: martin.botka, angelogioacchino.delregno, marijn.suijten,
	jamipkettunen, Konrad Dybcio, Andy Gross, Bjorn Andersson,
	linux-arm-msm, linux-kernel

Add a compatible for the SM6375 SoC.

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
---
 drivers/soc/qcom/smd-rpm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/soc/qcom/smd-rpm.c b/drivers/soc/qcom/smd-rpm.c
index 30dda1af63c8..f9fb55492820 100644
--- a/drivers/soc/qcom/smd-rpm.c
+++ b/drivers/soc/qcom/smd-rpm.c
@@ -247,6 +247,7 @@ static const struct of_device_id qcom_smd_rpm_of_match[] = {
 	{ .compatible = "qcom,rpm-sm6125" },
 	{ .compatible = "qcom,rpm-qcm2290" },
 	{ .compatible = "qcom,rpm-qcs404" },
+	{ .compatible = "qcom,sm6375-rpm" },
 	{}
 };
 MODULE_DEVICE_TABLE(of, qcom_smd_rpm_of_match);
-- 
2.37.0


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

* Re: [PATCH 1/2] dt-bindings: soc: qcom: qcom,smd-rpm: Add a compatible for SM6375
  2022-07-16 19:27 [PATCH 1/2] dt-bindings: soc: qcom: qcom,smd-rpm: Add a compatible for SM6375 Konrad Dybcio
  2022-07-16 19:27 ` [PATCH 2/2] soc: qcom: smd-rpm: Add SM6375 compatible Konrad Dybcio
@ 2022-07-20 22:25 ` Rob Herring
  2022-08-29 21:04 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2022-07-20 22:25 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: angelogioacchino.delregno, Bjorn Andersson, devicetree,
	linux-kernel, Krzysztof Kozlowski, martin.botka, Rob Herring,
	Andy Gross, marijn.suijten, linux-arm-msm, jamipkettunen,
	~postmarketos/upstreaming

On Sat, 16 Jul 2022 21:27:41 +0200, Konrad Dybcio wrote:
> Document the compatible for SM6375.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
> ---
>  Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

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

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

* Re: [PATCH 1/2] dt-bindings: soc: qcom: qcom,smd-rpm: Add a compatible for SM6375
  2022-07-16 19:27 [PATCH 1/2] dt-bindings: soc: qcom: qcom,smd-rpm: Add a compatible for SM6375 Konrad Dybcio
  2022-07-16 19:27 ` [PATCH 2/2] soc: qcom: smd-rpm: Add SM6375 compatible Konrad Dybcio
  2022-07-20 22:25 ` [PATCH 1/2] dt-bindings: soc: qcom: qcom,smd-rpm: Add a compatible for SM6375 Rob Herring
@ 2022-08-29 21:04 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2022-08-29 21:04 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: ~postmarketos/upstreaming, martin.botka,
	angelogioacchino.delregno, marijn.suijten, jamipkettunen,
	Andy Gross, Bjorn Andersson, Rob Herring, Krzysztof Kozlowski,
	linux-arm-msm, devicetree, linux-kernel

On Sat, Jul 16, 2022 at 09:27:41PM +0200, Konrad Dybcio wrote:
> Document the compatible for SM6375.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
> ---
>  Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml
> index cc1b35080162..3936654360d8 100644
> --- a/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml
> +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.yaml
> @@ -46,6 +46,7 @@ properties:
>        - qcom,rpm-sm6125
>        - qcom,rpm-qcm2290
>        - qcom,rpm-qcs404
> +      - qcom,sm6375-rpm

As with rpmcc, I think it would be cleaner just to stick with qcom,rpm-

Thanks,
Bjorn

>  
>    clock-controller:
>      $ref: /schemas/clock/qcom,rpmcc.yaml#
> -- 
> 2.37.0
> 

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

end of thread, other threads:[~2022-08-29 21:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-16 19:27 [PATCH 1/2] dt-bindings: soc: qcom: qcom,smd-rpm: Add a compatible for SM6375 Konrad Dybcio
2022-07-16 19:27 ` [PATCH 2/2] soc: qcom: smd-rpm: Add SM6375 compatible Konrad Dybcio
2022-07-20 22:25 ` [PATCH 1/2] dt-bindings: soc: qcom: qcom,smd-rpm: Add a compatible for SM6375 Rob Herring
2022-08-29 21:04 ` Bjorn Andersson

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.