[PATCH 09/42] imx: imx8_cpu: print cpu grade temperature

2023-05-21 Thread sbabic
> From: Peng Fan > Support print out cpu grade temperature > Signed-off-by: Peng Fan Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,Managing Director: Erika

[PATCH 09/42] imx: imx8_cpu: print cpu grade temperature

2023-04-27 Thread Peng Fan (OSS)
From: Peng Fan Support print out cpu grade temperature Signed-off-by: Peng Fan --- drivers/cpu/imx8_cpu.c | 29 + 1 file changed, 29 insertions(+) diff --git a/drivers/cpu/imx8_cpu.c b/drivers/cpu/imx8_cpu.c index 4da7a99bf30..304d5e59013 100644 ---