Message ID | 20230821112928.19284-2-quic_priyjain@quicinc.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Enable tsens and thermal for sa8775p SoC | expand |
On 21.08.2023 13:29, Priyansh Jain wrote: > Add compatibility string for the thermal sensors on sa8775p platform. > > Signed-off-by: Priyansh Jain <quic_priyjain@quicinc.com> > --- > Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml > index 27e9e16e6455..37d0c9150327 100644 > --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml > +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml > @@ -65,6 +65,7 @@ properties: > - qcom,sm8350-tsens > - qcom,sm8450-tsens > - qcom,sm8550-tsens > + - qcom,sa8775p-tsens > - const: qcom,tsens-v2 Please keep this sorted alphanumerically. Konrad
Hi Konrad, On 8/21/2023 5:21 PM, Konrad Dybcio wrote: > On 21.08.2023 13:29, Priyansh Jain wrote: >> Add compatibility string for the thermal sensors on sa8775p platform. >> >> Signed-off-by: Priyansh Jain <quic_priyjain@quicinc.com> >> --- >> Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml >> index 27e9e16e6455..37d0c9150327 100644 >> --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml >> +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml >> @@ -65,6 +65,7 @@ properties: >> - qcom,sm8350-tsens >> - qcom,sm8450-tsens >> - qcom,sm8550-tsens >> + - qcom,sa8775p-tsens >> - const: qcom,tsens-v2 > Please keep this sorted alphanumerically. Sure will update in next revision. > Konrad
diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml index 27e9e16e6455..37d0c9150327 100644 --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml @@ -65,6 +65,7 @@ properties: - qcom,sm8350-tsens - qcom,sm8450-tsens - qcom,sm8550-tsens + - qcom,sa8775p-tsens - const: qcom,tsens-v2 - description: v2 of TSENS with combined interrupt
Add compatibility string for the thermal sensors on sa8775p platform. Signed-off-by: Priyansh Jain <quic_priyjain@quicinc.com> --- Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 + 1 file changed, 1 insertion(+)