arm64: dts: freescale: imx8qxp: Fix thermal zone name for cpu0
authorAbel Vesa <abel.vesa@nxp.com>
Tue, 7 Jun 2022 10:52:55 +0000 (13:52 +0300)
committerShawn Guo <shawnguo@kernel.org>
Sun, 19 Jun 2022 05:29:41 +0000 (13:29 +0800)
The proper name is cpu0-thermal, not cpu-thermal0, so change it to that.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8qxp.dtsi

index a79ae33..483996a 100644 (file)
        };
 
        thermal_zones: thermal-zones {
-               cpu-thermal0 {
+               cpu0-thermal {
                        polling-delay-passive = <250>;
                        polling-delay = <2000>;
                        thermal-sensors = <&tsens IMX_SC_R_SYSTEM>;