board: beacon: imx8mp: Let clock system enable UART clock
authorAdam Ford <aford173@gmail.com>
Tue, 18 Mar 2025 23:38:38 +0000 (18:38 -0500)
committerFabio Estevam <festevam@gmail.com>
Wed, 19 Mar 2025 16:17:21 +0000 (13:17 -0300)
Now that the UART driver can enable the required clocks, remove
the hard-coded clock enable.

Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
board/beacon/imx8mp/spl.c

index 30d577f..6b357d9 100644 (file)
@@ -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);