Re: [PATCH V2 10/10] board: beacon: imx8mp: Let clock system enable UART clock

2025-03-12 Thread Peng Fan
On Tue, Mar 11, 2025 at 07:30:30PM -0500, Adam Ford wrote: >Now that the UART driver can enable the required clocks, remove >the hard-coded clock enable. > >Signed-off-by: Adam Ford Reviewed-by: Peng Fan

[PATCH V2 10/10] board: beacon: imx8mp: Let clock system enable UART clock

2025-03-11 Thread Adam Ford
Now that the UART driver can enable the required clocks, remove the hard-coded clock enable. Signed-off-by: Adam Ford --- board/beacon/imx8mp/spl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/board/beacon/imx8mp/spl.c b/board/beacon/imx8mp/spl.c index 30d577f7e0e..6b357d90a3f 100644 ---