aboutsummaryrefslogtreecommitdiff
path: root/board/Marvell/pxa1928_helium/pxa1928_helium.c
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2015-04-09 15:52:42 -0500
committerRob Herring <robh@kernel.org>2015-04-10 08:53:50 -0500
commitf1d0aef06ae7fe09793d46589bd94fa36c45bbc0 (patch)
treeada27271e001225b55b47379441ab8adcc333c15 /board/Marvell/pxa1928_helium/pxa1928_helium.c
parent341aa120fe57e88d6e4f7ef1ddadbbf2d31477df (diff)
pxa1928-helium: Enable console on both UART1 and UART3v2014.10-ara
UART3 is on the debug header. UART1 is on the expansion header. Enable both as different users may have different serial cables. Signed-off-by: Rob Herring <robh@kernel.org>
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,