Hi, On Thu, Nov 28, 2019 at 1:55 AM Rajeshwari <rkambl@xxxxxxxxxxxxxx> wrote: > > Add TSENS node and user thermal zone for TSENS sensors in SC7180. > > Signed-off-by: Rajeshwari <rkambl@xxxxxxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/sc7180.dtsi | 527 +++++++++++++++++++++++++++++++++++ > 1 file changed, 527 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi > index 666e9b9..6656ffc 100644 > --- a/arch/arm64/boot/dts/qcom/sc7180.dtsi > +++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi > @@ -911,6 +911,26 @@ > status = "disabled"; > }; > > + tsens0: thermal-sensor@c263000 { > + compatible = "qcom,sc7180-tsens","qcom,tsens-v2"; Can you please send a patch listing this configuration in "Documentation/devicetree/bindings/thermal/qcom-tsens.yaml"? You shouldn't need to re-send the dts since it looks like it's already landed, but it's good to get the bindings happy. Thanks! -Doug