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 15e87153a1948777968f4a2ec20094f2d6490b08..bdc76d504b78f6c5846500e2e9af941be5f6f49d 100644 (file)
@@ -11,7 +11,7 @@
 
 / {
        thermal-zones {
-               pm8150 {
+               pm8150-thermal {
                        polling-delay-passive = <100>;
                        polling-delay = <0>;
 
index 8e2f3250c914e7dcf11b1267bf43040c645ceadd..b21e56a46145bce51f5f03e42ab517288c4b20fd 100644 (file)
@@ -10,7 +10,7 @@
 
 / {
        thermal-zones {
-               pm8150b {
+               pm8150b-thermal {
                        polling-delay-passive = <100>;
                        polling-delay = <0>;
 
index 9f214ceec2b7fb8d55f924291cb95a7e88e5b542..52f094a2b713aaa6a4f78bc67cddb41b6de95bc5 100644 (file)
@@ -10,7 +10,7 @@
 
 / {
        thermal-zones {
-               pm8150l {
+               pm8150l-thermal {
                        polling-delay-passive = <100>;
                        polling-delay = <0>;
 
index 5ffdf37d8e31512b0aaf1ca40288593c51281abc..91fff1f209e01597c970e32baa25ffc786cd6435 100644 (file)
@@ -6,7 +6,7 @@
 
 / {
        thermal-zones {
-               pm8994 {
+               pm8994-thermal {
                        polling-delay-passive = <250>;
                        polling-delay = <1000>;
 
index 67283d60e2ac4def69ea74a7577f0516e3a4ac27..6f5bb6b37ec2ac1618171ab925a5d7314ce3e7bd 100644 (file)
@@ -9,7 +9,7 @@
 
 / {
        thermal-zones {
-               pm8998 {
+               pm8998-thermal {
                        polling-delay-passive = <250>;
                        polling-delay = <1000>;
 
index ff40051868951e4adfc100e5c7b465305b138c9e..172be177fc8f15a53250d82e0b207a2251a41def 100644 (file)
@@ -8,7 +8,7 @@
 
 / {
        thermal-zones {
-               pms405 {
+               pms405-thermal {
                        polling-delay-passive = <250>;
                        polling-delay = <1000>;