]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: fsl-ls1046a: rename thermal node name
authorFrank Li <Frank.Li@nxp.com>
Wed, 26 Jun 2024 20:25:32 +0000 (16:25 -0400)
committerShawn Guo <shawnguo@kernel.org>
Mon, 1 Jul 2024 14:21:45 +0000 (22:21 +0800)
Add thermal subfix for thermal node to fix below CHECK_DTB warnings.

thermal-zones: '...' do not match any of the regexes:
'^[a-zA-Z][a-zA-Z0-9\\-]{1,12}-thermal$'

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1046a.dtsi

index f2fd8f984dc38077263200bdbb3c3b513406cb79..060b74d3ca58d6ec8b2e813ba67beba7a8c69edc 100644 (file)
        };
 
        thermal-zones {
-               ddr-controller {
+               ddr-thermal {
                        polling-delay-passive = <1000>;
                        polling-delay = <5000>;
                        thermal-sensors = <&tmu 0>;
                        };
                };
 
-               serdes {
+               serdes-thermal {
                        polling-delay-passive = <1000>;
                        polling-delay = <5000>;
                        thermal-sensors = <&tmu 1>;
                        };
                };
 
-               fman {
+               fman-thermal {
                        polling-delay-passive = <1000>;
                        polling-delay = <5000>;
                        thermal-sensors = <&tmu 2>;
                        };
                };
 
-               core-cluster {
+               core-cluster-thermal {
                        polling-delay-passive = <1000>;
                        polling-delay = <5000>;
                        thermal-sensors = <&tmu 3>;
                        };
                };
 
-               sec {
+               sec-thermal {
                        polling-delay-passive = <1000>;
                        polling-delay = <5000>;
                        thermal-sensors = <&tmu 4>;