2022-06-15 11:02:25

by Viorel Suman

[permalink] [raw]
Subject: [PATCH v4 01/14] arm64: dts: freescale: imx8qxp: Fix thermal zone name for cpu0

From: Abel Vesa <[email protected]>

The proper name is cpu0-thermal, not cpu-thermal0, so change it to that.

Signed-off-by: Abel Vesa <[email protected]>
---
arch/arm64/boot/dts/freescale/imx8qxp.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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>;
--
2.25.1


2022-06-15 14:22:38

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v4 01/14] arm64: dts: freescale: imx8qxp: Fix thermal zone name for cpu0

On 15/06/2022 03:58, Viorel Suman wrote:
> From: Abel Vesa <[email protected]>
>
> The proper name is cpu0-thermal, not cpu-thermal0, so change it to that.
>
> Signed-off-by: Abel Vesa <[email protected]>

Your SoB is needed.


Best regards,
Krzysztof