linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: imx8mm-venice-gw7901: remove unnecessary cpu temp override
@ 2022-04-29 16:20 Tim Harvey
  2022-05-05  7:43 ` Shawn Guo
  0 siblings, 1 reply; 2+ messages in thread
From: Tim Harvey @ 2022-04-29 16:20 UTC (permalink / raw)
  To: devicetree, linux-kernel, linux-arm-kernel, Shawn Guo
  Cc: Rob Herring, Fabio Estevam, NXP Linux Team, Tim Harvey

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] arm64: dts: imx8mm-venice-gw7901: remove unnecessary cpu temp override
  2022-04-29 16:20 [PATCH] arm64: dts: imx8mm-venice-gw7901: remove unnecessary cpu temp override Tim Harvey
@ 2022-05-05  7:43 ` Shawn Guo
  0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2022-05-05  7:43 UTC (permalink / raw)
  To: Tim Harvey
  Cc: devicetree, linux-kernel, linux-arm-kernel, Rob Herring,
	Fabio Estevam, NXP Linux Team

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!

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-05  7:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-29 16:20 [PATCH] arm64: dts: imx8mm-venice-gw7901: remove unnecessary cpu temp override Tim Harvey
2022-05-05  7:43 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).