arm64: dts: imx8: align thermal node names with bindings
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 12 Mar 2023 20:13:35 +0000 (21:13 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 14 Mar 2023 07:47:54 +0000 (15:47 +0800)
Bindings expect thermal node names to end with '-thermal':

  imx8qxp-mek.dtb: thermal-zones: 'pmic-thermal0' does not match any of the regexes: '^[a-zA-Z][a-zA-Z0-9\\-]{1,12}-thermal$', 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/imx8dxl-evk.dts
arch/arm64/boot/dts/freescale/imx8dxl.dtsi
arch/arm64/boot/dts/freescale/imx8qxp-mek.dts

index 1bcf228a22b8b3d21585fe338cb2eafa5127830f..57099ac0d77361757d44af6b243c2236a3860bcf 100644 (file)
 };
 
 &thermal_zones {
-       pmic-thermal0 {
+       pmic-thermal {
                polling-delay-passive = <250>;
                polling-delay = <2000>;
                thermal-sensors = <&tsens IMX_SC_R_PMIC_0>;
index 214f21bd0cb49e04461be973e2a1d42e4a9e77eb..97d7df0813a52233b95ad142d0d9cf0d02b3a42a 100644 (file)
        };
 
        thermal_zones: thermal-zones {
-               cpu-thermal0 {
+               cpu-thermal {
                        polling-delay-passive = <250>;
                        polling-delay = <2000>;
                        thermal-sensors = <&tsens IMX_SC_R_SYSTEM>;
index afa883389456ce772fb489eeb7dbd144820d0618..a56c8d0974ec68d0a3097cafbcd02358976c0e88 100644 (file)
 };
 
 &thermal_zones {
-       pmic-thermal0 {
+       pmic-thermal {
                polling-delay-passive = <250>;
                polling-delay = <2000>;
                thermal-sensors = <&tsens IMX_SC_R_PMIC_0>;