Commit 3a786086 authored by Manivannan Sadhasivam's avatar Manivannan Sadhasivam Committed by Bjorn Andersson

arm64: dts: qcom: Add missing "-thermal" suffix for thermal zones

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: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20210118051005.55958-8-manivannan.sadhasivam@linaro.orgSigned-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent e49c2912
......@@ -11,7 +11,7 @@
/ {
thermal-zones {
pm8150 {
pm8150-thermal {
polling-delay-passive = <100>;
polling-delay = <0>;
......
......@@ -10,7 +10,7 @@
/ {
thermal-zones {
pm8150b {
pm8150b-thermal {
polling-delay-passive = <100>;
polling-delay = <0>;
......
......@@ -10,7 +10,7 @@
/ {
thermal-zones {
pm8150l {
pm8150l-thermal {
polling-delay-passive = <100>;
polling-delay = <0>;
......
......@@ -6,7 +6,7 @@
/ {
thermal-zones {
pm8994 {
pm8994-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
......
......@@ -9,7 +9,7 @@
/ {
thermal-zones {
pm8998 {
pm8998-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
......
......@@ -8,7 +8,7 @@
/ {
thermal-zones {
pms405 {
pms405-thermal {
polling-delay-passive = <250>;
polling-delay = <1000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment