arm64: dts: qcom: Add missing "-thermal" suffix for thermal zones
authorManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Mon, 18 Jan 2021 05:10:05 +0000 (10:40 +0530)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 22 Jan 2021 19:47:59 +0000 (13:47 -0600)
The thermal devicetree binding requires the "-thermal" suffix for all
thermal zones. Hence, add the missing suffix for PMIC based thermal
zones.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20210118051005.55958-8-manivannan.sadhasivam@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/pm8150.dtsi
arch/arm64/boot/dts/qcom/pm8150b.dtsi
arch/arm64/boot/dts/qcom/pm8150l.dtsi
arch/arm64/boot/dts/qcom/pm8994.dtsi
arch/arm64/boot/dts/qcom/pm8998.dtsi
arch/arm64/boot/dts/qcom/pms405.dtsi

index 15e8715..bdc76d5 100644 (file)
@@ -11,7 +11,7 @@
 
 / {
        thermal-zones {
-               pm8150 {
+               pm8150-thermal {
                        polling-delay-passive = <100>;
                        polling-delay = <0>;
 
index 8e2f325..b21e56a 100644 (file)
@@ -10,7 +10,7 @@
 
 / {
        thermal-zones {
-               pm8150b {
+               pm8150b-thermal {
                        polling-delay-passive = <100>;
                        polling-delay = <0>;
 
index 9f214ce..52f094a 100644 (file)
@@ -10,7 +10,7 @@
 
 / {
        thermal-zones {
-               pm8150l {
+               pm8150l-thermal {
                        polling-delay-passive = <100>;
                        polling-delay = <0>;
 
index 5ffdf37..91fff1f 100644 (file)
@@ -6,7 +6,7 @@
 
 / {
        thermal-zones {
-               pm8994 {
+               pm8994-thermal {
                        polling-delay-passive = <250>;
                        polling-delay = <1000>;
 
index 67283d6..6f5bb6b 100644 (file)
@@ -9,7 +9,7 @@
 
 / {
        thermal-zones {
-               pm8998 {
+               pm8998-thermal {
                        polling-delay-passive = <250>;
                        polling-delay = <1000>;
 
index ff40051..172be17 100644 (file)
@@ -8,7 +8,7 @@
 
 / {
        thermal-zones {
-               pms405 {
+               pms405-thermal {
                        polling-delay-passive = <250>;
                        polling-delay = <1000>;