[PATCH 1/1] arm64: dts: imx91: Fix TMU reference

Frank Li Frank.li at nxp.com
Thu Mar 5 09:43:59 PST 2026


On Thu, Mar 05, 2026 at 05:42:22PM +0100, Alexander Stein wrote:

subject: Remove TMU's superfluous sensor ID

Frank
> Currently a sensor ID is added to the reference, but
> thermal-sensor at 44482000 has #thermal-sensor-cells = <0>, so parsing fails.
> This also has the effect that other hwmon sensors (jc42) fail to probe.
> Fix this by removing the superfluous sensor ID.
>
> Fixes: f0ed0e844452 ("arm64: dts: imx91: Add thermal-sensor and thermal-zone support")
> Signed-off-by: Alexander Stein <alexander.stein at ew.tq-group.com>
> ---
>  arch/arm64/boot/dts/freescale/imx91.dtsi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx91.dtsi b/arch/arm64/boot/dts/freescale/imx91.dtsi
> index f075592bfc01f..d63569b39bbc5 100644
> --- a/arch/arm64/boot/dts/freescale/imx91.dtsi
> +++ b/arch/arm64/boot/dts/freescale/imx91.dtsi
> @@ -11,7 +11,7 @@ thermal-zones {
>  		cpu-thermal {
>  			polling-delay-passive = <250>;
>  			polling-delay = <2000>;
> -			thermal-sensors = <&tmu 0>;
> +			thermal-sensors = <&tmu>;
>
>  			trips {
>  				cpu_alert: cpu-alert {
> --
> 2.43.0
>



More information about the linux-arm-kernel mailing list