git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e5c427
)
board: beacon: imx8mn: Let clock system enable UART clock
author
Adam Ford
<aford173@gmail.com>
Tue, 18 Mar 2025 23:38:35 +0000
(18:38 -0500)
committer
Fabio Estevam
<festevam@gmail.com>
Wed, 19 Mar 2025 16:17:21 +0000
(13:17 -0300)
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>
board/beacon/imx8mn/spl.c
patch
|
blob
|
history
diff --git
a/board/beacon/imx8mn/spl.c
b/board/beacon/imx8mn/spl.c
index
f03841e
..
e91d3fd
100644
(file)
--- 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;
}