diff options
author | Marek BehĂșn <marek.behun@nic.cz> | 2022-04-27 12:41:46 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2022-05-04 07:05:51 +0200 |
commit | da84e409df150fa366609d5f5bede6f65326c405 (patch) | |
tree | 2167d4dc9bd3120d0e2a5f3e1a4a5b861c033314 /configs/mvebu_espressobin-88f3720_defconfig | |
parent | 47f0e8e21a16a97963b639df3529759840730d65 (diff) | |
download | u-boot-da84e409df150fa366609d5f5bede6f65326c405.tar.gz |
net: mvneta: Use DM MDIO API for connecting PHY
Use the modern DM MDIO API for connecting PHY in the mvneta driver.
This requires enabling MVMDIO driver in several config files.
Signed-off-by: Marek BehĂșn <marek.behun@nic.cz>
Reviewed-by: Ramon Fried <rfried.dev@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'configs/mvebu_espressobin-88f3720_defconfig')
-rw-r--r-- | configs/mvebu_espressobin-88f3720_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/mvebu_espressobin-88f3720_defconfig b/configs/mvebu_espressobin-88f3720_defconfig index ff05630d20..af30f1b363 100644 --- a/configs/mvebu_espressobin-88f3720_defconfig +++ b/configs/mvebu_espressobin-88f3720_defconfig @@ -76,6 +76,7 @@ CONFIG_PHY_MARVELL=y CONFIG_PHY_GIGE=y CONFIG_E1000=y CONFIG_MVNETA=y +CONFIG_MVMDIO=y CONFIG_NVME_PCI=y CONFIG_PCI=y CONFIG_PCI_AARDVARK=y |