[PATCH 1/2] dt-bindings: thermal: tsens: Add sa8775p compatible

Priyansh Jain posted 2 patches 2 years, 3 months ago
There is a newer version of this series
[PATCH 1/2] dt-bindings: thermal: tsens: Add sa8775p compatible
Posted by Priyansh Jain 2 years, 3 months ago
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
 
       - description: v2 of TSENS with combined interrupt
-- 
2.17.1
Re: [PATCH 1/2] dt-bindings: thermal: tsens: Add sa8775p compatible
Posted by Konrad Dybcio 2 years, 3 months ago
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
Re: [PATCH 1/2] dt-bindings: thermal: tsens: Add sa8775p compatible
Posted by Priyansh Jain 2 years, 3 months ago
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