Re: [PATCH v3 2/4] arm64: dts: qcom: pm8005: Add temp alarm node
From: Konrad Dybcio
Date: Fri Jul 10 2026 - 09:07:15 EST
On 7/10/26 8:52 AM, Jishnu Prakash wrote:
> Add temperature alarm node along with thermal zone 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 | 35 +++++++++++++++++++++++++++++++++++
> 1 file changed, 35 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/pm8005.dtsi b/arch/arm64/boot/dts/qcom/pm8005.dtsi
> index 0f0ab2da8305..e6f188cefffe 100644
> --- a/arch/arm64/boot/dts/qcom/pm8005.dtsi
> +++ b/arch/arm64/boot/dts/qcom/pm8005.dtsi
> @@ -4,6 +4,34 @@
> #include <dt-bindings/spmi/spmi.h>
> #include <dt-bindings/interrupt-controller/irq.h>
>
> +/ {
> + thermal-zones {
> + pm8005-thermal {
> + thermal-sensors = <&pm8005_tz>;
> +
> + trips {
> + pm8005_trip0: trip0 {
> + temperature = <105000>;
> + hysteresis = <0>;
> + type = "passive";
> + };
> +
> + pm8005_trip1: trip1 {
> + temperature = <125000>;
> + hysteresis = <0>;
> + type = "passive";
> + };
> +
> + pm8005_trip2: trip2 {
> + temperature = <145000>;
> + hysteresis = <0>;
> + type = "passive";
hot/critical?
Konrad