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

Gaurav Kohli posted 2 patches 1 month, 1 week ago
[PATCH v1 1/2] dt-bindings: thermal: tsens: Add QCS8300 compatible
Posted by Gaurav Kohli 1 month, 1 week 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 (Arm) 1 month, 1 week 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>