]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: imx91: Remove TMU's superfluous sensor ID
authorAlexander Stein <alexander.stein@ew.tq-group.com>
Thu, 5 Mar 2026 16:42:22 +0000 (17:42 +0100)
committerFrank Li <Frank.Li@nxp.com>
Fri, 27 Mar 2026 13:52:15 +0000 (09:52 -0400)
Currently a sensor ID is added to the reference, but
thermal-sensor@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@ew.tq-group.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
arch/arm64/boot/dts/freescale/imx91.dtsi

index f075592bfc01f1eb94d2a2bd8eea907cc2aed090..d63569b39bbc5dcb78843e2d016e549ff0c575c2 100644 (file)
@@ -11,7 +11,7 @@
                cpu-thermal {
                        polling-delay-passive = <250>;
                        polling-delay = <2000>;
-                       thermal-sensors = <&tmu 0>;
+                       thermal-sensors = <&tmu>;
 
                        trips {
                                cpu_alert: cpu-alert {