U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V2 1/5] imx: imx9: Imply IMX_TMU
@ 2025-03-21  1:31 Adam Ford
  2025-03-21  1:31 ` [PATCH V2 2/5] cpu: imx8_cpu: Print Speed grade if IMX_THERMAL or IMX_TMU Adam Ford
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Adam Ford @ 2025-03-21  1:31 UTC (permalink / raw)
  To: u-boot
  Cc: aford, marek.vasut, festevam, Adam Ford, Stefano Babic,
	NXP i.MX U-Boot Team, Tom Rini, Peng Fan, Ye Li,
	Christoph Stoidner, Yannic Moog, Sean Anderson, Quentin Schulz,
	Simon Glass, Sumit Garg, Marek Vasut, Hou Zhiqiang,
	Michael Trimarchi

If the CPU Information is displayed from imx8_cpu, it displays the
cpu temperature grade and operating temperature if CONFIG_IMX9 is defined.
This behavior is similar to what happens arch/arm/mach-imx/cpu.c except that
the latter checks for CONFIG_IMX_THERMAL or CONFIG_IMX_TMU.  In preparation
to make imx8_cpu act like the previous implementation for any CPU, make IMX9
imply IMX_TMU so it will be always displayed unless a user decides to
disable it.

Signed-off-by: Adam Ford <aford173@gmail.com>
---
 arch/arm/mach-imx/imx9/Kconfig | 1 +
 1 file changed, 1 insertion(+)

V2:  New to series

diff --git a/arch/arm/mach-imx/imx9/Kconfig b/arch/arm/mach-imx/imx9/Kconfig
index 49220c0955e..c3e758e103a 100644
--- a/arch/arm/mach-imx/imx9/Kconfig
+++ b/arch/arm/mach-imx/imx9/Kconfig
@@ -10,6 +10,7 @@ config IMX9
 	select BINMAN
 	select HAS_CAAM
 	select ROM_UNIFIED_SECTIONS
+	imply IMX_TMU
 
 config IMX93
 	bool
-- 
2.45.2


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

end of thread, other threads:[~2025-03-21 13:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-21  1:31 [PATCH V2 1/5] imx: imx9: Imply IMX_TMU Adam Ford
2025-03-21  1:31 ` [PATCH V2 2/5] cpu: imx8_cpu: Print Speed grade if IMX_THERMAL or IMX_TMU Adam Ford
2025-03-21  1:31 ` [PATCH V2 3/5] arm64: imx: imx8mm-beacon: Enable CPU_IMX Adam Ford
2025-03-21  1:55   ` Marek Vasut
2025-03-21  2:00     ` Adam Ford
2025-03-21  2:27       ` Marek Vasut
2025-03-21 12:10         ` Fabio Estevam
2025-03-21 13:27           ` Adam Ford
2025-03-21 13:59             ` Marek Vasut
2025-03-21  1:31 ` [PATCH V2 4/5] arm64: imx: imx8mn-beacon: " Adam Ford
2025-03-21  1:31 ` [PATCH V2 5/5] arm64: imx: imx8mp-beacon: " Adam Ford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox