From c42c6a108b592bbcda4a116dc81a2237ae708d7e Mon Sep 17 00:00:00 2001 From: Dario Binacchi Date: Tue, 20 May 2025 10:54:20 +0200 Subject: [PATCH] board: bsh: imx8mn_bsh_smm_s2/s2pro: let clock system enable UART clock Now that the UART driver can enable the required clocks, remove the hard-coded clock enable. Co-developed-by: Michael Trimarchi Signed-off-by: Michael Trimarchi Signed-off-by: Dario Binacchi --- board/bsh/imx8mn_smm_s2/spl.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/board/bsh/imx8mn_smm_s2/spl.c b/board/bsh/imx8mn_smm_s2/spl.c index 5a77d28cb7e..d36ddd24c63 100644 --- a/board/bsh/imx8mn_smm_s2/spl.c +++ b/board/bsh/imx8mn_smm_s2/spl.c @@ -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(); } -- 2.39.5