aboutsummaryrefslogtreecommitdiff
path: root/board/Marvell/pxa1928_helium/pxa1928_helium.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/Marvell/pxa1928_helium/pxa1928_helium.c')
-rw-r--r--board/Marvell/pxa1928_helium/pxa1928_helium.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/Marvell/pxa1928_helium/pxa1928_helium.c b/board/Marvell/pxa1928_helium/pxa1928_helium.c
index 27398d672e..8fb240bcb9 100644
--- a/board/Marvell/pxa1928_helium/pxa1928_helium.c
+++ b/board/Marvell/pxa1928_helium/pxa1928_helium.c
@@ -63,6 +63,11 @@ static int highperf;
int board_early_init_f(void)
{
u32 mfp_cfg[] = {
+ /* UART1 */
+ UART1_RXD_GPIO51_MFP51,
+ UART1_TXD_GPIO52_MFP52,
+ UART1_CTS_GPIO53_MFP53,
+ UART1_RTS_GPIO54_MFP54,
/* UART3 */
UART3_RXD_MMC2_DAT7_MFP33,
UART3_TXD_MMC2_DAT6_MFP34,