]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: kirkwood: Pogoplug V4 : Use Marvell network PHY driver
authorTony Dinh <mibodhi@gmail.com>
Tue, 25 Jan 2022 10:00:48 +0000 (02:00 -0800)
committerStefan Roese <sr@denx.de>
Mon, 31 Jan 2022 09:23:37 +0000 (10:23 +0100)
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>
configs/pogo_v4_defconfig

index 5490067b9ec5b9298bc9a9d9afd3d2d67072b1b5..1cf409c8346365fcabc4642e4322776882427df9 100644 (file)
@@ -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