diff options
author | Sekhar Nori <nsekhar@ti.com> | 2017-12-20 20:39:14 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-10 08:05:50 -0500 |
commit | b5914419ebd51596c0a0c7ab89e10a1b734954b2 (patch) | |
tree | 5f842cb9cdc3b5db62b6b13e41ea0ebf9cfc7ef0 /configs/am57xx_evm_defconfig | |
parent | 9464dd56dc0095cae008e5725fcc2ad85f7f9e89 (diff) | |
download | u-boot-b5914419ebd51596c0a0c7ab89e10a1b734954b2.tar.gz |
configs: am57xx_evm: fix ethernet phy configuration
Configure AM57xx EVMs for the exact PHY part that is
present on the various boards. This makes U-Boot apply
configurations needed for this PHY like centering the
FLP timing.
For configurations to take effect, DM_ETH needs to be
enabled. Do that too.
Tested on BeagleBoard x15 and AM571x IDK.
Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'configs/am57xx_evm_defconfig')
-rw-r--r-- | configs/am57xx_evm_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig index fc96401d3e..04484e0ae2 100644 --- a/configs/am57xx_evm_defconfig +++ b/configs/am57xx_evm_defconfig @@ -52,6 +52,9 @@ CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_BAR=y CONFIG_SPI_FLASH_SPANSION=y CONFIG_PHYLIB=y +CONFIG_PHY_MICREL=y +CONFIG_PHY_MICREL_KSZ90X1=y +CONFIG_DM_ETH=y CONFIG_DM_PMIC=y CONFIG_PMIC_PALMAS=y CONFIG_DM_REGULATOR=y |