Message ID | 20190921101740.430-3-kholk11@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add TSENS support for MSM8956/76 | expand |
On Sat, Sep 21, 2019 at 3:47 PM <kholk11@gmail.com> wrote: > > From: "Angelo G. Del Regno" <kholk11@gmail.com> > > Support for MSM8976 and MSM8956 (having tsens ip version 1) has > been added to the qcom tsens driver: document the addition here. > > Signed-off-by: Angelo G. Del Regno <kholk11@gmail.com> > --- > Documentation/devicetree/bindings/thermal/qcom-tsens.txt | 1 + Thanks for the patch. We're switching to yaml bindings that were reviewed here[1]. Could you please resend on top of this? [1] https://lore.kernel.org/linux-arm-msm/805a2ae9c95f41dc733ccc80346941998e1b230c.1569015835.git.amit.kucheria@linaro.org/ > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.txt b/Documentation/devicetree/bindings/thermal/qcom-tsens.txt > index 673cc1831ee9..91a8c5666638 100644 > --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.txt > +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.txt > @@ -6,6 +6,7 @@ Required properties: > - "qcom,msm8916-tsens" (MSM8916) > - "qcom,msm8974-tsens" (MSM8974) > - "qcom,msm8996-tsens" (MSM8996) > + - "qcom,msm8976-tsens", "qcom,tsens-v1" (MSM8956/MSM8976) > - "qcom,qcs404-tsens", "qcom,tsens-v1" (QCS404) > - "qcom,msm8998-tsens", "qcom,tsens-v2" (MSM8998) > - "qcom,sdm845-tsens", "qcom,tsens-v2" (SDM845) > -- > 2.21.0 >
diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.txt b/Documentation/devicetree/bindings/thermal/qcom-tsens.txt index 673cc1831ee9..91a8c5666638 100644 --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.txt +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.txt @@ -6,6 +6,7 @@ Required properties: - "qcom,msm8916-tsens" (MSM8916) - "qcom,msm8974-tsens" (MSM8974) - "qcom,msm8996-tsens" (MSM8996) + - "qcom,msm8976-tsens", "qcom,tsens-v1" (MSM8956/MSM8976) - "qcom,qcs404-tsens", "qcom,tsens-v1" (QCS404) - "qcom,msm8998-tsens", "qcom,tsens-v2" (MSM8998) - "qcom,sdm845-tsens", "qcom,tsens-v2" (SDM845)