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
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 >
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
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 >
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
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 >
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>
© 2016 - 2026 Red Hat, Inc.