summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Alonso <aalonso@freescale.com>2012-10-08 18:31:13 -0500
committerAdrian Alonso <aalonso@freescale.com>2012-10-18 21:17:25 -0500
commit8397d1de635e0c781805423f9a379b8b3893db0b (patch)
treece4c21c41fa98e420691f10cadbb2714ce2442e1
parent8bd01cd413990ae362665c561f2f7e4e26801a78 (diff)
ENGR00230104 mx6q_sabreauto_nand: fix fec phy address
* Fix FEC Phy address to 1 * Enable micrel phy support, revA compatibility Signed-off-by: Adrian Alonso <aalonso@freescale.com>
-rw-r--r--include/configs/mx6q_sabreauto_nand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/configs/mx6q_sabreauto_nand.h b/include/configs/mx6q_sabreauto_nand.h
index 2c05a11d8e..f36c41c814 100644
--- a/include/configs/mx6q_sabreauto_nand.h
+++ b/include/configs/mx6q_sabreauto_nand.h
@@ -151,9 +151,10 @@
#define CONFIG_FEC0_MIIBASE -1
#define CONFIG_GET_FEC_MAC_ADDR_FROM_IIM
#define CONFIG_MXC_FEC
-#define CONFIG_FEC0_PHY_ADDR 0
+#define CONFIG_FEC0_PHY_ADDR 1
#define CONFIG_ETH_PRIME
#define CONFIG_RMII
+#define CONFIG_PHY_MICREL_KSZ9021
#define CONFIG_CMD_MII
#define CONFIG_CMD_DHCP
#define CONFIG_CMD_PING