summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/freescale/mx50_rdp/mx50_rdp.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/board/freescale/mx50_rdp/mx50_rdp.c b/board/freescale/mx50_rdp/mx50_rdp.c
index a00f6c9..5bac73a 100644
--- a/board/freescale/mx50_rdp/mx50_rdp.c
+++ b/board/freescale/mx50_rdp/mx50_rdp.c
@@ -663,6 +663,16 @@ static void setup_fec(void)
reg = readl(GPIO4_BASE_ADDR + 0x4);
reg |= (1 << 16);
writel(reg, GPIO4_BASE_ADDR + 0x4);
+
+ /* Isolate EIM signals and boot configuration signals. - GPIO6_11 to 1*/
+ mxc_request_iomux(MX50_PIN_UART2_RXD, IOMUX_CONFIG_ALT1);
+ reg = readl(GPIO6_BASE_ADDR + 0x0);
+ reg |= (1 << 11);
+ writel(reg, GPIO6_BASE_ADDR + 0x0);
+
+ reg = readl(GPIO6_BASE_ADDR + 0x4);
+ reg |= (1 << 11);
+ writel(reg, GPIO6_BASE_ADDR + 0x4);
#endif
/*FEC_MDIO*/