diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2021-02-25 09:44:33 +0100 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2021-04-06 11:10:29 +0200 |
commit | 1f636d8cb1e313f51ecc0ee75838fc1018c00755 (patch) | |
tree | b61d2c3941345bc344479ca1bf9f40c843a98ea3 /configs/sei610_defconfig | |
parent | 6950ba468026fde6a315a0281f811e318882a8fb (diff) | |
download | u-boot-1f636d8cb1e313f51ecc0ee75838fc1018c00755.tar.gz |
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/sei610_defconfig')
-rw-r--r-- | configs/sei610_defconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configs/sei610_defconfig b/configs/sei610_defconfig index 0ed17091b5..f9f5ef657a 100644 --- a/configs/sei610_defconfig +++ b/configs/sei610_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 |