]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx6: rename touch-thermal0 to touch-0-thermal
authorFrank Li <Frank.Li@nxp.com>
Thu, 16 Oct 2025 16:00:06 +0000 (12:00 -0400)
committerShawn Guo <shawnguo@kernel.org>
Mon, 27 Oct 2025 06:42:53 +0000 (14:42 +0800)
Rename touch-thermal0 to touch-0-thermal to fix below CHECK_DTBS warnings:
arch/arm/boot/dts/nxp/imx/imx6dl-plym2m.dtb: thermal-zones: 'touch-thermal0', 'touch-thermal1' do not match any of the regexes: '^[a-zA-Z][a-zA-Z0-9\\-]{1,10}-thermal$', 'pinctrl-[0-9]+'
        from schema $id: http://devicetree.org/schemas/thermal/thermal-zones.yaml

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx6dl-plym2m.dts
arch/arm/boot/dts/nxp/imx/imx6dl-prtvt7.dts
arch/arm/boot/dts/nxp/imx/imx6dl-victgo.dts

index dfa8110b1d97b14eae30159acc6daf74ae482eb7..0ef24a07dedf986efdf4ce8ad4032814752e7271 100644 (file)
                        };
                };
 
-               touch-thermal0 {
+               touch-0-thermal {
                        polling-delay = <20000>;
                        polling-delay-passive = <0>;
                        thermal-sensors = <&touch_temp0>;
                        };
                };
 
-               touch-thermal1 {
+               touch-1-thermal {
                        polling-delay = <20000>;
                        polling-delay-passive = <0>;
                        thermal-sensors = <&touch_temp1>;
index 29dc6875ab6680d316bc28619df883ad2411ab28..c9dc48c1f9b1c36e33a55c64b9fa64262f011f8e 100644 (file)
                        };
                };
 
-               touch-thermal0 {
+               touch-0-thermal {
                        polling-delay = <20000>;
                        polling-delay-passive = <0>;
                        thermal-sensors = <&touch_temp0>;
                        };
                };
 
-               touch-thermal1 {
+               touch-1-thermal {
                        polling-delay = <20000>;
                        polling-delay-passive = <0>;
                        thermal-sensors = <&touch_temp1>;
index 4875afadb63005d101c4501b70f64761d732b86f..e258e7b3b3fe792d061002a6b70bef4b22c5e89e 100644 (file)
@@ -84,7 +84,7 @@
                        };
                };
 
-               touch-thermal0 {
+               touch-0-thermal {
                        polling-delay = <20000>;
                        polling-delay-passive = <0>;
                        thermal-sensors = <&touch_temp0>;
@@ -98,7 +98,7 @@
                        };
                };
 
-               touch-thermal1 {
+               touch-1-thermal {
                        polling-delay = <20000>;
                        polling-delay-passive = <0>;
                        thermal-sensors = <&touch_temp1>;