linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] soc: qcom: smd-rpm: Add msm8994 compatible
@ 2020-06-02 20:04 Konrad Dybcio
  2020-06-02 20:05 ` Konrad Dybcio
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Konrad Dybcio @ 2020-06-02 20:04 UTC (permalink / raw)
  Cc: Konrad Dybcio, Andy Gross, Bjorn Andersson, Rob Herring,
	linux-arm-msm, devicetree, linux-kernel

Add the compatible for the RPM in msm8994.

Signed-off-by: Konrad Dybcio <konradybcio@gmail.com>
---
 Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt | 1 +
 drivers/soc/qcom/smd-rpm.c                                  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt b/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt
index 616fddcd09fd..25541a475ead 100644
--- a/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt
+++ b/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt
@@ -23,6 +23,7 @@ resources.
 		    "qcom,rpm-msm8916"
 		    "qcom,rpm-msm8974"
 		    "qcom,rpm-msm8976"
+		    "qcom,rpm-msm8994"
 		    "qcom,rpm-msm8998"
 		    "qcom,rpm-sdm660"
 		    "qcom,rpm-qcs404"
diff --git a/drivers/soc/qcom/smd-rpm.c b/drivers/soc/qcom/smd-rpm.c
index 005dd30c58fa..54eb5cbc05fd 100644
--- a/drivers/soc/qcom/smd-rpm.c
+++ b/drivers/soc/qcom/smd-rpm.c
@@ -233,6 +233,7 @@ static const struct of_device_id qcom_smd_rpm_of_match[] = {
 	{ .compatible = "qcom,rpm-msm8916" },
 	{ .compatible = "qcom,rpm-msm8974" },
 	{ .compatible = "qcom,rpm-msm8976" },
+	{ .compatible = "qcom,rpm-msm8994" },
 	{ .compatible = "qcom,rpm-msm8996" },
 	{ .compatible = "qcom,rpm-msm8998" },
 	{ .compatible = "qcom,rpm-sdm660" },
-- 
2.26.2


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

* Re: [PATCH 1/1] soc: qcom: smd-rpm: Add msm8994 compatible
  2020-06-02 20:04 [PATCH 1/1] soc: qcom: smd-rpm: Add msm8994 compatible Konrad Dybcio
@ 2020-06-02 20:05 ` Konrad Dybcio
  2020-06-10 20:19 ` Rob Herring
  2020-06-23 22:58 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Konrad Dybcio @ 2020-06-02 20:05 UTC (permalink / raw)
  Cc: Andy Gross, Bjorn Andersson, Rob Herring, linux-arm-msm, DTML,
	Linux Kernel Mailing List

Interestingly enough, this compatible has been used in lg-bullhead DTS
for a long long time, even though it has never existed upstream.

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

* Re: [PATCH 1/1] soc: qcom: smd-rpm: Add msm8994 compatible
  2020-06-02 20:04 [PATCH 1/1] soc: qcom: smd-rpm: Add msm8994 compatible Konrad Dybcio
  2020-06-02 20:05 ` Konrad Dybcio
@ 2020-06-10 20:19 ` Rob Herring
  2020-06-23 22:58 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2020-06-10 20:19 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: Andy Gross, linux-kernel, devicetree, linux-arm-msm,
	Bjorn Andersson, Rob Herring

On Tue, 02 Jun 2020 22:04:07 +0200, Konrad Dybcio wrote:
> Add the compatible for the RPM in msm8994.
> 
> Signed-off-by: Konrad Dybcio <konradybcio@gmail.com>
> ---
>  Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt | 1 +
>  drivers/soc/qcom/smd-rpm.c                                  | 1 +
>  2 files changed, 2 insertions(+)
> 

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

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

* Re: [PATCH 1/1] soc: qcom: smd-rpm: Add msm8994 compatible
  2020-06-02 20:04 [PATCH 1/1] soc: qcom: smd-rpm: Add msm8994 compatible Konrad Dybcio
  2020-06-02 20:05 ` Konrad Dybcio
  2020-06-10 20:19 ` Rob Herring
@ 2020-06-23 22:58 ` Bjorn Andersson
  2 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2020-06-23 22:58 UTC (permalink / raw)
  To: Konrad Dybcio
  Cc: Andy Gross, Rob Herring, linux-arm-msm, devicetree, linux-kernel

On Tue 02 Jun 13:04 PDT 2020, Konrad Dybcio wrote:

> Add the compatible for the RPM in msm8994.
> 
> Signed-off-by: Konrad Dybcio <konradybcio@gmail.com>

Applied

Thanks,
Bjorn

> ---
>  Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt | 1 +
>  drivers/soc/qcom/smd-rpm.c                                  | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt b/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt
> index 616fddcd09fd..25541a475ead 100644
> --- a/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt
> +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt
> @@ -23,6 +23,7 @@ resources.
>  		    "qcom,rpm-msm8916"
>  		    "qcom,rpm-msm8974"
>  		    "qcom,rpm-msm8976"
> +		    "qcom,rpm-msm8994"
>  		    "qcom,rpm-msm8998"
>  		    "qcom,rpm-sdm660"
>  		    "qcom,rpm-qcs404"
> diff --git a/drivers/soc/qcom/smd-rpm.c b/drivers/soc/qcom/smd-rpm.c
> index 005dd30c58fa..54eb5cbc05fd 100644
> --- a/drivers/soc/qcom/smd-rpm.c
> +++ b/drivers/soc/qcom/smd-rpm.c
> @@ -233,6 +233,7 @@ static const struct of_device_id qcom_smd_rpm_of_match[] = {
>  	{ .compatible = "qcom,rpm-msm8916" },
>  	{ .compatible = "qcom,rpm-msm8974" },
>  	{ .compatible = "qcom,rpm-msm8976" },
> +	{ .compatible = "qcom,rpm-msm8994" },
>  	{ .compatible = "qcom,rpm-msm8996" },
>  	{ .compatible = "qcom,rpm-msm8998" },
>  	{ .compatible = "qcom,rpm-sdm660" },
> -- 
> 2.26.2
> 

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

end of thread, other threads:[~2020-06-23 23:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-02 20:04 [PATCH 1/1] soc: qcom: smd-rpm: Add msm8994 compatible Konrad Dybcio
2020-06-02 20:05 ` Konrad Dybcio
2020-06-10 20:19 ` Rob Herring
2020-06-23 22:58 ` Bjorn Andersson

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).