summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2025-03-18 18:38:35 -0500
committerFabio Estevam <festevam@gmail.com>2025-03-19 13:17:21 -0300
commite066636eed9d5e6261758e03a2e5433c2bee7ce8 (patch)
treea4727a35401ec3aadb820ba0e73ca02cd2ae1ec0
parent0e5c4273537b0da1c18497ecfe0b451ec1a99029 (diff)
board: beacon: imx8mn: Let clock system enable UART clock
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>
-rw-r--r--board/beacon/imx8mn/spl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/beacon/imx8mn/spl.c b/board/beacon/imx8mn/spl.c
index f03841e5a01..e91d3fdcf5e 100644
--- a/board/beacon/imx8mn/spl.c
+++ b/board/beacon/imx8mn/spl.c
@@ -111,8 +111,6 @@ int board_early_init_f(void)
/* Claiming pwm pins prevents LCD flicker during startup*/
imx_iomux_v3_setup_multiple_pads(pwm_pads, ARRAY_SIZE(pwm_pads));
- init_uart_clk(1);
-
return 0;
}