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"; > + reg = <0 0x0c263000 0 0x1ff>, /* TM */ > + <0 0x0c222000 0 0x1ff>; /* SROT */ > + #qcom,sensors = <15>; > + interrupts = <GIC_SPI 506 IRQ_TYPE_LEVEL_HIGH>; > + interrupt-names = "uplow"; Can you also send a patch to match Amit's ("arm64: dts: sdm845: thermal: Add critical interrupt support") [1]. If I'm reading things correctly it should be 508 for tsens0 and 509 for tsens1 just like on sdm845. [1] https://lore.kernel.org/r/c536e9cdb448bbad3441f6580fa57f1f921fb580.1573499020.git.amit.kucheria@xxxxxxxxxx -Doug