summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8qxp.dtsi
diff options
context:
space:
mode:
authorAbel Vesa <abel.vesa@nxp.com>2022-06-07 13:52:55 +0300
committerShawn Guo <shawnguo@kernel.org>2022-06-19 13:29:41 +0800
commit518d5f16a4be317cf902ca0f891140bb68aff3fd (patch)
treea174414ebb7ef4808e8057fb9cb6ebe20e330f84 /arch/arm64/boot/dts/freescale/imx8qxp.dtsi
parent20d728a282393bb53ee473e7809460b464cee199 (diff)
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 <abel.vesa@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8qxp.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8qxp.dtsi2
1 files changed, 1 insertions, 1 deletions
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>;