From: Dario Binacchi Date: Tue, 20 May 2025 08:54:20 +0000 (+0200) Subject: board: bsh: imx8mn_bsh_smm_s2/s2pro: let clock system enable UART clock X-Git-Tag: v2025.07-rc3~8^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c42c6a108b592bbcda4a116dc81a2237ae708d7e;p=pandora-u-boot.git 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 --- 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(); }