summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSekhar Nori <nsekhar@ti.com>2009-05-05 05:22:25 +0530
committerJustin Waters <justin.waters@timesys.com>2009-09-09 14:03:26 -0400
commit4ed2a4af1a55d1abca7101ef1f96bdff2c1b32ce (patch)
tree8d4bc5b2e15cca9169cb22c1f186ba2c799e4687
parentf44a69227b8e8b050b736ad1d5f1a809cfea64d7 (diff)
DA850: Setup MII pinmux to include MII_RXCLK
-rw-r--r--board/da8xx/da8xx-evm/da850.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/da8xx/da8xx-evm/da850.c b/board/da8xx/da8xx-evm/da850.c
index 72a3527c6e..7c67e67428 100644
--- a/board/da8xx/da8xx-evm/da850.c
+++ b/board/da8xx/da8xx-evm/da850.c
@@ -155,7 +155,7 @@ int board_init(void)
#else /* Use MII */
REG(PINMUX2) &= 0x0000000F;
REG(PINMUX2) |= 0x88888880;
- REG(PINMUX3) = 0x88888880;
+ REG(PINMUX3) = 0x88888888;
/* set cfgchip3 to selct MII */
REG(CFGCHIP3) &= ~(1 << 8);