2020-06-02 20:14:00

by Konrad Dybcio

[permalink] [raw]
Subject: [PATCH 1/1] Documentation: Document an existing qcom,rpm-msm8996 compatible

This compatible has been included in the driver for
some time, but it has been overlooked in documentation.

Signed-off-by: Konrad Dybcio <[email protected]>
---
Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt b/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt
index 25541a475ead..4b916d67064a 100644
--- a/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt
+++ b/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt
@@ -24,6 +24,7 @@ resources.
"qcom,rpm-msm8974"
"qcom,rpm-msm8976"
"qcom,rpm-msm8994"
+ "qcom,rpm-msm8996"
"qcom,rpm-msm8998"
"qcom,rpm-sdm660"
"qcom,rpm-qcs404"
--
2.26.2


2020-06-10 20:27:19

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH 1/1] Documentation: Document an existing qcom,rpm-msm8996 compatible

On Tue, Jun 2, 2020 at 2:08 PM Konrad Dybcio <[email protected]> wrote:
>
> This compatible has been included in the driver for
> some time, but it has been overlooked in documentation.
>
> Signed-off-by: Konrad Dybcio <[email protected]>
> ---
> Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt b/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt
> index 25541a475ead..4b916d67064a 100644
> --- a/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt
> +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,smd-rpm.txt
> @@ -24,6 +24,7 @@ resources.
> "qcom,rpm-msm8974"
> "qcom,rpm-msm8976"
> "qcom,rpm-msm8994"
> + "qcom,rpm-msm8996"

This is dependent on your patch adding 8994. Send them as a series
please (or at least mention the dependency).

And use consistent subjects. Run 'git log --oneline' on the path a
patch touches to find the pattern used. ('dt-bindings: soc: qcom: ...'
here).

> "qcom,rpm-msm8998"
> "qcom,rpm-sdm660"
> "qcom,rpm-qcs404"
> --
> 2.26.2
>