Re: [PATCH V4 4/7] cpu: imx8_cpu: Print Speed grade if IMX_TMU.

2025-03-25 Thread Adam Ford
On Tue, Mar 25, 2025 at 5:00 PM Fabio Estevam wrote: > > Hi Adam, > > On Tue, Mar 25, 2025 at 9:37 AM Adam Ford wrote: > > > Once this is complete, I'll have a smaller patch series which shrinks > > my 8MP SPL code by around 4k by #ifdef'ing out dead code. Hopefully > > it's not too cluttered, b

Re: [PATCH V4 4/7] cpu: imx8_cpu: Print Speed grade if IMX_TMU.

2025-03-25 Thread Fabio Estevam
Hi Adam, On Tue, Mar 25, 2025 at 9:37 AM Adam Ford wrote: > Once this is complete, I'll have a smaller patch series which shrinks > my 8MP SPL code by around 4k by #ifdef'ing out dead code. Hopefully > it's not too cluttered, but that smaller series depends on both the > UART clock and the CPU_

Re: [PATCH V4 4/7] cpu: imx8_cpu: Print Speed grade if IMX_TMU.

2025-03-25 Thread Adam Ford
On Tue, Mar 25, 2025 at 9:14 AM Marek Vasut wrote: > > On 3/25/25 1:37 PM, Adam Ford wrote: > > On Tue, Mar 25, 2025 at 6:36 AM Fabio Estevam wrote: > >> > >> On Tue, Mar 25, 2025 at 12:37 AM Marek Vasut > >> wrote: > >> > >>> Please drop the fullstop at the end of Subject and then add > >>> >

Re: [PATCH V4 4/7] cpu: imx8_cpu: Print Speed grade if IMX_TMU.

2025-03-25 Thread Marek Vasut
On 3/25/25 1:37 PM, Adam Ford wrote: On Tue, Mar 25, 2025 at 6:36 AM Fabio Estevam wrote: On Tue, Mar 25, 2025 at 12:37 AM Marek Vasut wrote: Please drop the fullstop at the end of Subject and then add Reviewed-by: Marek Vasut To the whole series. Adam, no need to resend. I will take c

Re: [PATCH V4 4/7] cpu: imx8_cpu: Print Speed grade if IMX_TMU.

2025-03-25 Thread Adam Ford
On Tue, Mar 25, 2025 at 6:36 AM Fabio Estevam wrote: > > On Tue, Mar 25, 2025 at 12:37 AM Marek Vasut wrote: > > > Please drop the fullstop at the end of Subject and then add > > > > Reviewed-by: Marek Vasut > > > > To the whole series. > > Adam, no need to resend. I will take care of it, thanks

Re: [PATCH V4 4/7] cpu: imx8_cpu: Print Speed grade if IMX_TMU.

2025-03-25 Thread Fabio Estevam
On Tue, Mar 25, 2025 at 12:37 AM Marek Vasut wrote: > Please drop the fullstop at the end of Subject and then add > > Reviewed-by: Marek Vasut > > To the whole series. Adam, no need to resend. I will take care of it, thanks.

Re: [PATCH V4 4/7] cpu: imx8_cpu: Print Speed grade if IMX_TMU.

2025-03-24 Thread Marek Vasut
On 3/25/25 3:54 AM, Adam Ford wrote: Much of the data that is display by imx8_cpu.c is also displayed from arch/arm/mach-imx/cpu.c, except the temperature grade and active temperature are only displayed when SoC is an i.MX9. Since IMX9 now implies IMX_TMU, change this to check for IMX_TMU in the

[PATCH V4 4/7] cpu: imx8_cpu: Print Speed grade if IMX_TMU.

2025-03-24 Thread Adam Ford
Much of the data that is display by imx8_cpu.c is also displayed from arch/arm/mach-imx/cpu.c, except the temperature grade and active temperature are only displayed when SoC is an i.MX9. Since IMX9 now implies IMX_TMU, change this to check for IMX_TMU in the same way it's done in mach-imx/cpu.c to