arm64: dts: msm8998: thermal: Restrict thermal zone name length to under 20
authorAmit Kucheria <amit.kucheria@linaro.org>
Thu, 25 Apr 2019 06:23:27 +0000 (11:53 +0530)
committerAndy Gross <agross@kernel.org>
Fri, 26 Apr 2019 04:05:35 +0000 (23:05 -0500)
The thermal core restricts names of thermal zones to under 20
characters. Fix the names for a couple of msm8998 thermal zones.

Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org>
Tested-by: Marc Gonzalez <marc.w.gonzalez@free.fr>
Signed-off-by: Andy Gross <agross@kernel.org>
arch/arm64/boot/dts/qcom/msm8998.dtsi

index d28a7f6..574be78 100644 (file)
                        };
                };
 
-               cluster0-mhm-thermal {
+               clust0-mhm-thermal {
                        polling-delay-passive = <250>;
                        polling-delay = <1000>;
 
                        };
                };
 
-               cluster1-mhm-thermal {
+               clust1-mhm-thermal {
                        polling-delay-passive = <250>;
                        polling-delay = <1000>;