]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
nxp: imx8m[m,p]_evk: Drop init_uart_clk
authorPeng Fan <peng.fan@nxp.com>
Sun, 8 Feb 2026 14:34:41 +0000 (22:34 +0800)
committerFabio Estevam <festevam@gmail.com>
Sat, 28 Feb 2026 18:31:49 +0000 (15:31 -0300)
Both the two boards have clk framework enabled, so rely on serial driver
calling clk_enable to enable the uart clk.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
board/nxp/imx8mm_evk/spl.c
board/nxp/imx8mp_evk/spl.c

index 5c588046ff4b596bab261e660a93367114f34994..50bae3a2bcc59e64b6f4196b229badfd3f200ddf 100644 (file)
@@ -106,8 +106,6 @@ void board_init_f(ulong dummy)
 
        arch_cpu_init();
 
-       init_uart_clk(1);
-
        timer_init();
 
        /* Clear the BSS. */
index 5b4aac42830e65f382da06f953ef9979215359b0..27cd82e745a64920c12704bd84da054d4ffeb9c3 100644 (file)
@@ -102,8 +102,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);