Re: [PATCH V3 3/6] cpu: imx8_cpu: Print Speed grade if IMX_THERMAL or IMX_TMU

2025-03-22 Thread Adam Ford
On Sat, Mar 22, 2025 at 6:31 PM Marek Vasut wrote: > > On 3/22/25 7:38 PM, 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

Re: [PATCH V3 3/6] cpu: imx8_cpu: Print Speed grade if IMX_THERMAL or IMX_TMU

2025-03-22 Thread Marek Vasut
On 3/23/25 1:03 AM, Adam Ford wrote: On Sat, Mar 22, 2025 at 6:31 PM Marek Vasut wrote: On 3/22/25 7:38 PM, 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 wh

Re: [PATCH V3 3/6] cpu: imx8_cpu: Print Speed grade if IMX_THERMAL or IMX_TMU

2025-03-22 Thread Marek Vasut
On 3/22/25 7:38 PM, 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_THERMAL or

[PATCH V3 3/6] cpu: imx8_cpu: Print Speed grade if IMX_THERMAL or IMX_TMU

2025-03-22 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_THERMAL or IMX_TMU in the same way it's done in ma