summaryrefslogtreecommitdiffstats
path: root/include/configs/x600.h
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2016-04-27 09:10:42 +0200
committerStefan Roese <sr@denx.de>2016-05-31 07:48:34 +0200
commitf7c32e8ece7fefd950382a7522aff9939a218b91 (patch)
tree11038d40da9febc6223d1663b5bf0812290a779f /include/configs/x600.h
parent452b3813f99538ebd54407e911733c4b26efd1a4 (diff)
downloadtalos-obmc-uboot-f7c32e8ece7fefd950382a7522aff9939a218b91.tar.gz
talos-obmc-uboot-f7c32e8ece7fefd950382a7522aff9939a218b91.zip
arm: spear: x600: Add support for Micrel KSZ9031 PHY
As the old ethernet PHY is not available any more, the x600 board has been redesigned with the Micrel KSZ9031 PHY. This patch adds support to autodetect the PHY and configure the Micrel PHY correctly. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'include/configs/x600.h')
-rw-r--r--include/configs/x600.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/x600.h b/include/configs/x600.h
index 5fdd2bee04..07c8abe2a7 100644
--- a/include/configs/x600.h
+++ b/include/configs/x600.h
@@ -80,6 +80,8 @@
#define CONFIG_PHY_RESET_DELAY 10000 /* in usec */
#define CONFIG_PHY_ADDR 0 /* PHY address */
#define CONFIG_PHY_GIGE /* Include GbE speed/duplex detection */
+#define CONFIG_PHY_MICREL
+#define CONFIG_PHY_MICREL_KSZ9031
#define CONFIG_SPEAR_GPIO
OpenPOWER on IntegriCloud