From: Abel Vesa Date: Tue, 7 Jun 2022 10:52:55 +0000 (+0300) Subject: arm64: dts: freescale: imx8qxp: Fix thermal zone name for cpu0 X-Git-Tag: howlett/maple/20220816~263^2~18^2~23 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=518d5f16a4be317cf902ca0f891140bb68aff3fd;p=users%2Fjedix%2Flinux-maple.git arm64: dts: freescale: imx8qxp: Fix thermal zone name for cpu0 The proper name is cpu0-thermal, not cpu-thermal0, so change it to that. Signed-off-by: Abel Vesa Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi index a79ae33cbad2..483996a1f2d5 100644 --- a/arch/arm64/boot/dts/freescale/imx8qxp.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8qxp.dtsi @@ -276,7 +276,7 @@ }; thermal_zones: thermal-zones { - cpu-thermal0 { + cpu0-thermal { polling-delay-passive = <250>; polling-delay = <2000>; thermal-sensors = <&tsens IMX_SC_R_SYSTEM>;