]> git.sur5r.net Git - u-boot/commitdiff
configs: am57xx_evm: fix ethernet phy configuration
authorSekhar Nori <nsekhar@ti.com>
Wed, 20 Dec 2017 15:09:14 +0000 (20:39 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 10 Jan 2018 13:05:50 +0000 (08:05 -0500)
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>
configs/am57xx_evm_defconfig
configs/am57xx_hs_evm_defconfig

index fc96401d3e55c391e1ea84370ddafda3c2c2a9ea..04484e0ae213a05d3575b8b5656d1d8a89ac6fc3 100644 (file)
@@ -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
index 681e2a54c8ffa2bccb9c50eaac558fc9154c45e1..6c33cc9030e0db7f9d99725163dd7b22d0081b1d 100644 (file)
@@ -55,6 +55,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