]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
board: bsh: imx8mn_bsh_smm_s2/s2pro: let clock system enable UART clock
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Tue, 20 May 2025 08:54:20 +0000 (10:54 +0200)
committerFabio Estevam <festevam@gmail.com>
Wed, 21 May 2025 10:52:29 +0000 (07:52 -0300)
Now that the UART driver can enable the required clocks, remove
the hard-coded clock enable.

Co-developed-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
board/bsh/imx8mn_smm_s2/spl.c

index 5a77d28cb7e121de431af6d6d9531e6e96b44872..d36ddd24c635acd5f3f8e27b923b739055e2209f 100644 (file)
@@ -43,8 +43,6 @@ void spl_board_init(void)
 
 int board_early_init_f(void)
 {
-       init_uart_clk(3);
-
        if (IS_ENABLED(CONFIG_NAND_MXS)) {
                init_nand_clk();
        }