Re: [PATCH V2 3/5] arm64: imx: imx8mm-beacon: Enable CPU_IMX

2025-03-27 Thread Adam Ford
On Fri, Mar 21, 2025 at 7:10 AM Fabio Estevam wrote: > > On Thu, Mar 20, 2025 at 11:27 PM Marek Vasut wrote: > > > Yes, I know. But then, I can safely say it is desired on hardware I > > maintain, I think we could try and run a quick poll and see if others > > see it the same way ? > > I think it

Re: [PATCH V2 3/5] arm64: imx: imx8mm-beacon: Enable CPU_IMX

2025-03-21 Thread Fabio Estevam
On Thu, Mar 20, 2025 at 11:27 PM Marek Vasut wrote: > Yes, I know. But then, I can safely say it is desired on hardware I > maintain, I think we could try and run a quick poll and see if others > see it the same way ? I think it is a good idea to imply the thermal driver at the SoC level instead

Re: [PATCH V2 3/5] arm64: imx: imx8mm-beacon: Enable CPU_IMX

2025-03-21 Thread Marek Vasut
On 3/21/25 2:27 PM, Adam Ford wrote: On Fri, Mar 21, 2025 at 7:10 AM Fabio Estevam wrote: On Thu, Mar 20, 2025 at 11:27 PM Marek Vasut wrote: Yes, I know. But then, I can safely say it is desired on hardware I maintain, I think we could try and run a quick poll and see if others see it the

Re: [PATCH V2 3/5] arm64: imx: imx8mm-beacon: Enable CPU_IMX

2025-03-20 Thread Marek Vasut
On 3/21/25 3:00 AM, Adam Ford wrote: On Thu, Mar 20, 2025 at 8:55 PM Marek Vasut wrote: On 3/21/25 2:31 AM, Adam Ford wrote: Enable CPU_IMX to register the ARM core and identify the speed and temperature information using the driver model. Signed-off-by: Adam Ford I am tempted to say, impl

[PATCH V2 3/5] arm64: imx: imx8mm-beacon: Enable CPU_IMX

2025-03-20 Thread Adam Ford
Enable CPU_IMX to register the ARM core and identify the speed and temperature information using the driver model. Signed-off-by: Adam Ford --- configs/imx8mm_beacon_defconfig | 2 ++ 1 file changed, 2 insertions(+) V2: No Change diff --git a/configs/imx8mm_beacon_defconfig b/configs/imx8mm_be

Re: [PATCH V2 3/5] arm64: imx: imx8mm-beacon: Enable CPU_IMX

2025-03-20 Thread Adam Ford
On Thu, Mar 20, 2025 at 8:55 PM Marek Vasut wrote: > > On 3/21/25 2:31 AM, Adam Ford wrote: > > Enable CPU_IMX to register the ARM core and identify the > > speed and temperature information using the driver model. > > > > Signed-off-by: Adam Ford > I am tempted to say, imply this for all iMX8M a

Re: [PATCH V2 3/5] arm64: imx: imx8mm-beacon: Enable CPU_IMX

2025-03-20 Thread Marek Vasut
On 3/21/25 2:31 AM, Adam Ford wrote: Enable CPU_IMX to register the ARM core and identify the speed and temperature information using the driver model. Signed-off-by: Adam Ford I am tempted to say, imply this for all iMX8M and iMX9 in arch/... Kconfig , so it gets consistently enabled for ever