Message ID | 20200602200837.321712-1-konradybcio@gmail.com |
---|---|
State | New |
Headers | show |
Series | [1/1] Documentation: Document an existing qcom,rpm-msm8996 compatible | expand |
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 --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"
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(+)