aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Dinh <mibodhi@gmail.com>2022-01-25 02:00:48 -0800
committerStefan Roese <sr@denx.de>2022-01-31 10:23:37 +0100
commit975ead1024509d862abefc80acf8e77b09aa3849 (patch)
tree28669d66f6fcb89f6e6c67d17b57b38e1f5a453b
parent7301ed9d68be3e6740aba558c4d70f3339b41600 (diff)
downloadu-boot-975ead1024509d862abefc80acf8e77b09aa3849.zip
u-boot-975ead1024509d862abefc80acf8e77b09aa3849.tar.gz
u-boot-975ead1024509d862abefc80acf8e77b09aa3849.tar.bz2
arm: kirkwood: Pogoplug V4 : Use Marvell network PHY driver
The Pogoplug V4 board has the network chip Marvell 88E1116R. So to properly configure the network, enable CONFIG_PHY_MARVELL to activate the compatible driver M88E1118R. - This patch depends on the series: https://patchwork.ozlabs.org/project/uboot/patch/20220124061712.28316-2-mibodhi@gmail.com/ Signed-off-by: Tony Dinh <mibodhi@gmail.com>
-rw-r--r--configs/pogo_v4_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/pogo_v4_defconfig b/configs/pogo_v4_defconfig
index 5490067..1cf409c 100644
--- a/configs/pogo_v4_defconfig
+++ b/configs/pogo_v4_defconfig
@@ -62,6 +62,7 @@ CONFIG_KIRKWOOD_GPIO=y
CONFIG_MVEBU_MMC=y
CONFIG_MTD=y
CONFIG_MTD_RAW_NAND=y
+CONFIG_PHY_MARVELL=y
CONFIG_DM_ETH=y
CONFIG_MVGBE=y
CONFIG_MII=y