diff mbox series

arm64: dts: freescale: imx8qxp: Fix thermal zone name for cpu0

Message ID 20220607105255.1811769-1-abel.vesa@nxp.com (mailing list archive)
State New, archived
Headers show
Series arm64: dts: freescale: imx8qxp: Fix thermal zone name for cpu0 | expand

Commit Message

Abel Vesa June 7, 2022, 10:52 a.m. UTC
The proper name is cpu0-thermal, not cpu-thermal0, so change it to that.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
---
 arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Shawn Guo June 19, 2022, 5:29 a.m. UTC | #1
On Tue, Jun 07, 2022 at 01:52:55PM +0300, Abel Vesa wrote:
> The proper name is cpu0-thermal, not cpu-thermal0, so change it to that.
> 
> Signed-off-by: Abel Vesa <abel.vesa@nxp.com>

Applied, thanks!
diff mbox series

Patch

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 @@  xtal24m: clock-xtal24m {
 	};
 
 	thermal_zones: thermal-zones {
-		cpu-thermal0 {
+		cpu0-thermal {
 			polling-delay-passive = <250>;
 			polling-delay = <2000>;
 			thermal-sensors = <&tsens IMX_SC_R_SYSTEM>;