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

Gaurav Kohli posted 2 patches 5 months, 3 weeks ago
[PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible
Posted by Gaurav Kohli 5 months, 3 weeks ago
Add compatibility string for the thermal sensors on QCS8300 platform.

Signed-off-by: Gaurav Kohli <quic_gkohli@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 94311ebd7652..7c1f121fb417 100644
--- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
+++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
@@ -54,6 +54,7 @@ properties:
               - qcom,msm8996-tsens
               - qcom,msm8998-tsens
               - qcom,qcm2290-tsens
+              - qcom,qcs8300-tsens
               - qcom,sa8255p-tsens
               - qcom,sa8775p-tsens
               - qcom,sar2130p-tsens
-- 
2.34.1
Re: [PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible
Posted by Rob Herring 2 months, 1 week ago
On Fri, Aug 22, 2025 at 09:53:15AM +0530, Gaurav Kohli wrote:
> Add compatibility string for the thermal sensors on QCS8300 platform.
> 
> Signed-off-by: Gaurav Kohli <quic_gkohli@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 94311ebd7652..7c1f121fb417 100644
> --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> @@ -54,6 +54,7 @@ properties:
>                - qcom,msm8996-tsens
>                - qcom,msm8998-tsens
>                - qcom,qcm2290-tsens
> +              - qcom,qcs8300-tsens

There's no tab here, but what's in linux-next has a tab character and
breaks 'make dt_binding_check'.


>                - qcom,sa8255p-tsens
>                - qcom,sa8775p-tsens
>                - qcom,sar2130p-tsens
> -- 
> 2.34.1
>
Re: [PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible
Posted by Akhil P Oommen 3 months ago
On 8/22/2025 9:53 AM, Gaurav Kohli wrote:
> Add compatibility string for the thermal sensors on QCS8300 platform.
> 
> Signed-off-by: Gaurav Kohli <quic_gkohli@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 94311ebd7652..7c1f121fb417 100644
> --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> @@ -54,6 +54,7 @@ properties:
>                - qcom,msm8996-tsens
>                - qcom,msm8998-tsens
>                - qcom,qcm2290-tsens
> +              - qcom,qcs8300-tsens
>                - qcom,sa8255p-tsens
>                - qcom,sa8775p-tsens
>                - qcom,sar2130p-tsens

Looks like this patch is still lying in the mailing list.

Reviewed-by: Akhil P Oommen <akhilpo@oss.qualcomm.com>

-Akhil
Re: [PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible
Posted by Gaurav Kohli 2 months, 3 weeks ago
Hi,

Can this be picked up, as all approvals are present.

thanks
Gaurav

On 11/6/2025 1:37 AM, Akhil P Oommen wrote:
> On 8/22/2025 9:53 AM, Gaurav Kohli wrote:
>> Add compatibility string for the thermal sensors on QCS8300 platform.
>>
>> Signed-off-by: Gaurav Kohli <quic_gkohli@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 94311ebd7652..7c1f121fb417 100644
>> --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
>> +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
>> @@ -54,6 +54,7 @@ properties:
>>                 - qcom,msm8996-tsens
>>                 - qcom,msm8998-tsens
>>                 - qcom,qcm2290-tsens
>> +              - qcom,qcs8300-tsens
>>                 - qcom,sa8255p-tsens
>>                 - qcom,sa8775p-tsens
>>                 - qcom,sar2130p-tsens
> 
> Looks like this patch is still lying in the mailing list.
> 
> Reviewed-by: Akhil P Oommen <akhilpo@oss.qualcomm.com>
> 
> -Akhil
>
Re: [PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible
Posted by Daniel Lezcano 2 months, 2 weeks ago

On 11/19/25 17:20, Gaurav Kohli wrote:
> Hi,
> 
> Can this be picked up, as all approvals are present.

patch 1/2 applied, thanks


-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
Re: [PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible
Posted by Bjorn Andersson 3 months, 2 weeks ago
On Fri, Aug 22, 2025 at 09:53:15AM +0530, Gaurav Kohli wrote:
> Add compatibility string for the thermal sensors on QCS8300 platform.
> 
> Signed-off-by: Gaurav Kohli <quic_gkohli@quicinc.com>

Reviewed-by: Bjorn Andersson <andersson@kernel.org>

> ---
>  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 94311ebd7652..7c1f121fb417 100644
> --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml
> @@ -54,6 +54,7 @@ properties:
>                - qcom,msm8996-tsens
>                - qcom,msm8998-tsens
>                - qcom,qcm2290-tsens
> +              - qcom,qcs8300-tsens
>                - qcom,sa8255p-tsens
>                - qcom,sa8775p-tsens
>                - qcom,sar2130p-tsens
> -- 
> 2.34.1
>
Re: [PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible
Posted by Rob Herring (Arm) 5 months, 3 weeks ago
On Fri, 22 Aug 2025 09:53:15 +0530, Gaurav Kohli wrote:
> Add compatibility string for the thermal sensors on QCS8300 platform.
> 
> Signed-off-by: Gaurav Kohli <quic_gkohli@quicinc.com>
> ---
>  Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring (Arm) <robh@kernel.org>