arm64: dts: marvell: align thermal node names with bindings
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sun, 12 Mar 2023 20:13:13 +0000 (21:13 +0100)
committerGregory CLEMENT <gregory.clement@bootlin.com>
Fri, 7 Apr 2023 15:07:59 +0000 (17:07 +0200)
Bindings expect thermal node names to end with '-thermal':

  armada-8040-db.dtb: thermal-zones: 'ap-thermal-cpu0', ... do 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: Gregory CLEMENT <gregory.clement@bootlin.com>
arch/arm64/boot/dts/marvell/armada-ap80x.dtsi
arch/arm64/boot/dts/marvell/armada-cp11x.dtsi

index 4e6d29ad32eb2b97d76d249ac6d0305ea15b29c9..2c920e22cec2b52dd983f2d20812e7fe80a0c379 100644 (file)
         * first one that will have a critical trip point will be chosen.
         */
        thermal-zones {
-               ap_thermal_ic: ap-thermal-ic {
+               ap_thermal_ic: ap-ic-thermal {
                        polling-delay-passive = <0>; /* Interrupt driven */
                        polling-delay = <0>; /* Interrupt driven */
 
                        cooling-maps { };
                };
 
-               ap_thermal_cpu0: ap-thermal-cpu0 {
+               ap_thermal_cpu0: ap-cpu0-thermal {
                        polling-delay-passive = <1000>;
                        polling-delay = <1000>;
 
                        };
                };
 
-               ap_thermal_cpu1: ap-thermal-cpu1 {
+               ap_thermal_cpu1: ap-cpu1-thermal {
                        polling-delay-passive = <1000>;
                        polling-delay = <1000>;
 
                        };
                };
 
-               ap_thermal_cpu2: ap-thermal-cpu2 {
+               ap_thermal_cpu2: ap-cpu2-thermal {
                        polling-delay-passive = <1000>;
                        polling-delay = <1000>;
 
                        };
                };
 
-               ap_thermal_cpu3: ap-thermal-cpu3 {
+               ap_thermal_cpu3: ap-cpu3-thermal {
                        polling-delay-passive = <1000>;
                        polling-delay = <1000>;
 
index 7d0043824f2a5f3f3565640f888a37d524f00957..0cc9ee9871e70c55a7a1d90b8b8e8e371d13c3c5 100644 (file)
@@ -25,7 +25,7 @@
         * The cooling maps are empty as there are no cooling devices.
         */
        thermal-zones {
-               CP11X_LABEL(thermal_ic): CP11X_NODE_NAME(thermal-ic) {
+               CP11X_LABEL(thermal_ic): CP11X_NODE_NAME(ic-thermal) {
                        polling-delay-passive = <0>; /* Interrupt driven */
                        polling-delay = <0>; /* Interrupt driven */