[PATCH 4/7] arm64: dts: imx943: Add thermal support

Peng Fan peng.fan at nxp.com
Sat Mar 14 06:01:46 PDT 2026


> Subject: [PATCH 4/7] arm64: dts: imx943: Add thermal support
> 
> From: Joy Zou <joy.zou at nxp.com>
> 
> +
> +		ana {

One change was missed. I should use ana-thermal. Will update in v2 later.

Regards
Peng

> +			polling-delay-passive = <250>;
> +			polling-delay = <2000>;
> +			thermal-sensors = <&scmi_sensor 0>;
> +			trips {
> +				ana_alert: trip0 {
> +					temperature = <105000>;
> +					hysteresis = <2000>;
> +					type = "passive";
> +				};
> +
> +				ana_crit0: trip1 {
> +					temperature = <125000>;
> +					hysteresis = <2000>;
> +					type = "critical";
> +				};
> +			};
> +
> +			cooling-maps {
> +				map0 {
> +					trip = <&ana_alert>;
> +					cooling-device =
> +						<&cpu0
> THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
> +						<&cpu1
> THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
> +						<&cpu2
> THERMAL_NO_LIMIT THERMAL_NO_LIMIT>,
> +						<&cpu3
> THERMAL_NO_LIMIT THERMAL_NO_LIMIT>;
> +				};
> +			};
> +		};
> +	};
>  };
> 
> --
> 2.37.1



More information about the linux-arm-kernel mailing list