summaryrefslogtreecommitdiff
path: root/configs/xilinx_versal_virt_defconfig
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2020-05-04 16:14:39 -0500
committerTom Rini <trini@konsulko.com>2020-06-12 13:17:23 -0400
commitbc0e578f903d24b5291d34959ad534138ced0780 (patch)
treeff72aabb0c421770aab7ecd9613925ade24151cc /configs/xilinx_versal_virt_defconfig
parent535247a9e455a165943efcdbb7e144e816d6e904 (diff)
net: phy: Add support for TI PHY init
ti_phy_init function was allocated to the DP83867 PHY. This function name is to generic for a specific PHY. The function can be moved to a TI specific file that can register all TI PHYs that are defined in the defconfig. The ti_phy_init file will contain all TI PHYs initialization so that only phy_ti_init can be called from the framework. In addition to the above the config flag for the DP83867 needs to be changed in the Kconfig and dependent defconfig files. The config flag that was used for the DP83867 was also generic in nature so a more specific config flag for the DP83867 was created. Acked-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Dan Murphy <dmurphy@ti.com>
Diffstat (limited to 'configs/xilinx_versal_virt_defconfig')
-rw-r--r--configs/xilinx_versal_virt_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/xilinx_versal_virt_defconfig b/configs/xilinx_versal_virt_defconfig
index 4ed14f7030..b3e21ea903 100644
--- a/configs/xilinx_versal_virt_defconfig
+++ b/configs/xilinx_versal_virt_defconfig
@@ -63,7 +63,7 @@ CONFIG_SPI_FLASH_WINBOND=y
CONFIG_PHY_MARVELL=y
CONFIG_PHY_NATSEMI=y
CONFIG_PHY_REALTEK=y
-CONFIG_PHY_TI=y
+CONFIG_PHY_TI_DP83867=y
CONFIG_PHY_VITESSE=y
CONFIG_PHY_FIXED=y
CONFIG_PHY_GIGE=y