[PATCH] arm64: dts: imx8mm-venice-gw7901: remove unnecessary cpu temp override

Tim Harvey posted 1 patch 4 years ago
.../boot/dts/freescale/imx8mm-venice-gw7901.dts      | 12 ------------
1 file changed, 12 deletions(-)
[PATCH] arm64: dts: imx8mm-venice-gw7901: remove unnecessary cpu temp override
Posted by Tim Harvey 4 years ago
Remove the unnecessary cpu_alert0 and cpu_crit0 TMU node overrides as
these are added dynamically by boot firmware based on CPU temperature
grade.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
---
 .../boot/dts/freescale/imx8mm-venice-gw7901.dts      | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts
index 157ade01626e..24737e89038a 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7901.dts
@@ -1091,15 +1091,3 @@
 		>;
 	};
 };
-
-&cpu_alert0 {
-	temperature = <95000>;
-	hysteresis = <2000>;
-	type = "passive";
-};
-
-&cpu_crit0 {
-	temperature = <105000>;
-	hysteresis = <2000>;
-	type = "critical";
-};
-- 
2.17.1
Re: [PATCH] arm64: dts: imx8mm-venice-gw7901: remove unnecessary cpu temp override
Posted by Shawn Guo 4 years ago
On Fri, Apr 29, 2022 at 09:20:30AM -0700, Tim Harvey wrote:
> Remove the unnecessary cpu_alert0 and cpu_crit0 TMU node overrides as
> these are added dynamically by boot firmware based on CPU temperature
> grade.
> 
> Signed-off-by: Tim Harvey <tharvey@gateworks.com>

Applied, thanks!