Re: [PATCH 2/4] arm64: dts: qcom: pm8005: Add temp alarm node

From: Rakesh Kota

Date: Wed Jun 17 2026 - 10:16:31 EST


On Mon, Jun 15, 2026 at 12:42:38AM +0300, Dmitry Baryshkov wrote:
> On Sat, Jun 13, 2026 at 01:39:22PM +0530, Jishnu Prakash wrote:
> > Add temperature alarm node, used for PMIC thermal mitigation.
> >
> > Co-developed-by: Rakesh Kota <rakesh.kota@xxxxxxxxxxxxxxxx>
> > Signed-off-by: Rakesh Kota <rakesh.kota@xxxxxxxxxxxxxxxx>
> > Signed-off-by: Jishnu Prakash <jishnu.prakash@xxxxxxxxxxxxxxxx>
> > ---
> > arch/arm64/boot/dts/qcom/pm8005.dtsi | 8 ++++++++
> > 1 file changed, 8 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/qcom/pm8005.dtsi b/arch/arm64/boot/dts/qcom/pm8005.dtsi
> > index 0f0ab2da8305..180809a0ee73 100644
> > --- a/arch/arm64/boot/dts/qcom/pm8005.dtsi
> > +++ b/arch/arm64/boot/dts/qcom/pm8005.dtsi
> > @@ -11,6 +11,14 @@ pm8005_lsid0: pmic@4 {
> > #address-cells = <1>;
> > #size-cells = <0>;
> >
> > + pm8005_tz: temp-alarm@2400 {
> > + compatible = "qcom,spmi-temp-alarm";
> > + reg = <0x2400>;
> > + interrupts = <0x4 0x24 0x0 IRQ_TYPE_EDGE_BOTH>;
> > + #thermal-sensor-cells = <0>;
> > + status = "disabled";
>
> Missing thermal zone, also enable it by default.
>
we will update in upcoming patch.

regard
Rakesh Kota
> > + };
> > +
> > pm8005_gpios: gpio@c000 {
> > compatible = "qcom,pm8005-gpio", "qcom,spmi-gpio";
> > reg = <0xc000>;
> >
> > --
> > 2.43.0
> >
>
> --
> With best wishes
> Dmitry