diff mbox series

[1/1] Documentation: Document an existing qcom,rpm-msm8996 compatible

Message ID 20200602200837.321712-1-konradybcio@gmail.com
State Changes Requested, archived
Headers show
Series [1/1] Documentation: Document an existing qcom,rpm-msm8996 compatible | expand

Checks

Context Check Description
robh/checkpatch success

Commit Message

Konrad Dybcio June 2, 2020, 8:08 p.m. UTC
This compatible has been included in the driver for
some time, but it has been overlooked in documentation.

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

Comments

Rob Herring June 10, 2020, 8:18 p.m. UTC | #1
On Tue, Jun 2, 2020 at 2:08 PM Konrad Dybcio <konradybcio@gmail.com> wrote:
>
> This compatible has been included in the driver for
> some time, but it has been overlooked in documentation.
>
> Signed-off-by: Konrad Dybcio <konradybcio@gmail.com>
> ---
>  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
>
diff mbox series

Patch

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"