[PATCH V3 10/10] board: beacon: imx8mp: Let clock system enable UART clock
Adam Ford
aford173 at gmail.com
Wed Mar 19 00:38:38 CET 2025
Now that the UART driver can enable the required clocks, remove
the hard-coded clock enable.
Signed-off-by: Adam Ford <aford173 at gmail.com>
Reviewed-by: Peng Fan <peng.fan at nxp.com>
---
board/beacon/imx8mp/spl.c | 2 --
1 file changed, 2 deletions(-)
V3: No change
V2: No change
diff --git a/board/beacon/imx8mp/spl.c b/board/beacon/imx8mp/spl.c
index 30d577f7e0e..6b357d90a3f 100644
--- a/board/beacon/imx8mp/spl.c
+++ b/board/beacon/imx8mp/spl.c
@@ -112,8 +112,6 @@ void board_init_f(ulong dummy)
arch_cpu_init();
- init_uart_clk(1);
-
ret = spl_early_init();
if (ret) {
debug("spl_init() failed: %d\n", ret);
--
2.45.2
More information about the U-Boot
mailing list