Re: [PATCH] board: freescale: imx8mn_evk: let clock system enable UART clock

2025-05-22 Thread Fabio Estevam
On Tue, May 20, 2025 at 6:02 AM Dario Binacchi wrote: > > From: Michael Trimarchi > > Now that the UART driver can enable the required clocks, remove > the hard-coded clock enable. > > Signed-off-by: Michael Trimarchi > Signed-off-by: Dario Binacchi Applied, thanks.

Re: [PATCH] board: freescale: imx8mn_evk: let clock system enable UART clock

2025-05-20 Thread Fabio Estevam
On Tue, May 20, 2025 at 6:02 AM Dario Binacchi wrote: > > From: Michael Trimarchi > > Now that the UART driver can enable the required clocks, remove > the hard-coded clock enable. > > Signed-off-by: Michael Trimarchi > Signed-off-by: Dario Binacchi Thanks for the cleanup: Tested-by: Fabio Es

[PATCH] board: freescale: imx8mn_evk: let clock system enable UART clock

2025-05-20 Thread Dario Binacchi
From: Michael Trimarchi Now that the UART driver can enable the required clocks, remove the hard-coded clock enable. Signed-off-by: Michael Trimarchi Signed-off-by: Dario Binacchi --- board/freescale/imx8mn_evk/spl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/board/freescale/imx8m