summaryrefslogtreecommitdiff
path: root/configs/sei510_defconfig
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2021-02-25 09:44:33 +0100
committerNeil Armstrong <narmstrong@baylibre.com>2021-04-06 11:10:29 +0200
commit1f636d8cb1e313f51ecc0ee75838fc1018c00755 (patch)
treeb61d2c3941345bc344479ca1bf9f40c843a98ea3 /configs/sei510_defconfig
parent6950ba468026fde6a315a0281f811e318882a8fb (diff)
configs: update Amlogic Meson G12A, G12B & SM1 configs for MDIO MUX
Use DM_MDIO and the new G12A MDIO MUX driver for G12A, G12B & SM1 boards. Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'configs/sei510_defconfig')
-rw-r--r--configs/sei510_defconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/sei510_defconfig b/configs/sei510_defconfig
index 7b97a2f6f3..83ca0812ba 100644
--- a/configs/sei510_defconfig
+++ b/configs/sei510_defconfig
@@ -45,8 +45,9 @@ CONFIG_FASTBOOT_CMD_OEM_FORMAT=y
# CONFIG_INPUT is not set
CONFIG_DM_MMC=y
CONFIG_MMC_MESON_GX=y
-CONFIG_PHY_ADDR_ENABLE=y
-CONFIG_PHY_ADDR=8
+CONFIG_DM_MDIO=y
+CONFIG_DM_MDIO_MUX=y
+CONFIG_MDIO_MUX_MESON_G12A=y
CONFIG_DM_ETH=y
CONFIG_ETH_DESIGNWARE=y
CONFIG_MESON_G12A_USB_PHY=y