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

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.org


Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent e49c2912
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

/ {
	thermal-zones {
		pm8150 {
		pm8150-thermal {
			polling-delay-passive = <100>;
			polling-delay = <0>;

+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

/ {
	thermal-zones {
		pm8150b {
		pm8150b-thermal {
			polling-delay-passive = <100>;
			polling-delay = <0>;

+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

/ {
	thermal-zones {
		pm8150l {
		pm8150l-thermal {
			polling-delay-passive = <100>;
			polling-delay = <0>;

+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@

/ {
	thermal-zones {
		pm8994 {
		pm8994-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;

+1 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

/ {
	thermal-zones {
		pm8998 {
		pm8998-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;

Loading