Commit 7be1c395 authored by David Heidelberg's avatar David Heidelberg Committed by Bjorn Andersson
Browse files

arm64: dts: qcom: fix thermal zones naming



Rename thermal zones according to dt-schema.
Fixes multiple `make dtbs_check` warnings about name convetion.

Signed-off-by: default avatarDavid Heidelberg <david@ixit.cz>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211214132750.69782-1-david@ixit.cz
parent 2f114511
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3273,7 +3273,7 @@
			};
		};

		gpu-thermal-top {
		gpu-top-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;

@@ -3295,7 +3295,7 @@
			};
		};

		gpu-thermal-bottom {
		gpu-bottom-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;

+2 −2
Original line number Diff line number Diff line
@@ -674,7 +674,7 @@
			};
		};

		gpu-thermal-bottom {
		gpu-bottom-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;

@@ -689,7 +689,7 @@
			};
		};

		gpu-thermal-top {
		gpu-top-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;

+2 −2
Original line number Diff line number Diff line
@@ -5258,7 +5258,7 @@
			};
		};

		gpu-thermal-top {
		gpu-top-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;

@@ -5273,7 +5273,7 @@
			};
		};

		gpu-thermal-bottom {
		gpu-bottom-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;

+2 −2
Original line number Diff line number Diff line
@@ -4265,7 +4265,7 @@
			};
		};

		gpu-thermal-top {
		gpu-top-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;

@@ -4445,7 +4445,7 @@
			};
		};

		gpu-thermal-bottom {
		gpu-bottom-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;

+2 −2
Original line number Diff line number Diff line
@@ -5172,7 +5172,7 @@
			};
		};

		gpu-thermal-top {
		gpu-top-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;

@@ -5307,7 +5307,7 @@
			};
		};

		gpu-thermal-bottom {
		gpu-bottom-thermal {
			polling-delay-passive = <250>;
			polling-delay = <1000>;

Loading