aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Kucheria <[email protected]>2019-04-25 11:53:27 +0530
committerAndy Gross <[email protected]>2019-04-25 23:05:35 -0500
commit060f4211f6c655e69ba24fe6d741c6e33fbfa108 (patch)
tree8ebee61e9307cd60134e945643283d984b66840d
parent280acabbaa11db3027dcad86feb56508efdd34fb (diff)
arm64: dts: msm8998: thermal: Restrict thermal zone name length to under 20
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 <[email protected]> Tested-by: Marc Gonzalez <[email protected]> Signed-off-by: Andy Gross <[email protected]>
-rw-r--r--arch/arm64/boot/dts/qcom/msm8998.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8998.dtsi b/arch/arm64/boot/dts/qcom/msm8998.dtsi
index d28a7f6fd413..574be78a936e 100644
--- a/arch/arm64/boot/dts/qcom/msm8998.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8998.dtsi
@@ -536,7 +536,7 @@
};
};
- cluster0-mhm-thermal {
+ clust0-mhm-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
@@ -551,7 +551,7 @@
};
};
- cluster1-mhm-thermal {
+ clust1-mhm-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;