diff options
author | Stefan Roese | 2016-04-27 09:10:42 +0200 |
---|---|---|
committer | Stefan Roese | 2016-05-31 07:48:34 +0200 |
commit | f7c32e8ece7fefd950382a7522aff9939a218b91 (patch) | |
tree | 11038d40da9febc6223d1663b5bf0812290a779f /include/configs/x600.h | |
parent | 452b3813f99538ebd54407e911733c4b26efd1a4 (diff) |
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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/x600.h b/include/configs/x600.h index 5fdd2bee049..07c8abe2a79 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 |