diff mbox series

[1/2] configs: gwventana_emmc_defconfig: add MV88E61XX DSA switch support

Message ID 20230221171849.2615191-1-tharvey@gateworks.com
State Accepted
Commit 83396d5dc6bc5f222ea0f55804157540e3f2ace2
Delegated to: Stefano Babic
Headers show
Series [1/2] configs: gwventana_emmc_defconfig: add MV88E61XX DSA switch support | expand

Commit Message

Tim Harvey Feb. 21, 2023, 5:18 p.m. UTC
The MV88E61XX switch is used on the GW5904 which is an eMMC based board.
Adding it here allows us to remove the gwventana_gw5904_defconfig.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
---
 configs/gwventana_emmc_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Stefano Babic March 30, 2023, 8:43 a.m. UTC | #1
> The MV88E61XX switch is used on the GW5904 which is an eMMC based board.
> Adding it here allows us to remove the gwventana_gw5904_defconfig.
> Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Applied to u-boot-imx, next, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/gwventana_emmc_defconfig b/configs/gwventana_emmc_defconfig
index 032dcfe343cd..ee833a59f3d4 100644
--- a/configs/gwventana_emmc_defconfig
+++ b/configs/gwventana_emmc_defconfig
@@ -114,9 +114,12 @@  CONFIG_SUPPORT_EMMC_BOOT=y
 CONFIG_FSL_USDHC=y
 CONFIG_MTD=y
 CONFIG_PHYLIB=y
+CONFIG_PHY_FIXED=y
 CONFIG_DM_MDIO=y
+CONFIG_DM_DSA=y
 CONFIG_E1000=y
 CONFIG_FEC_MXC=y
+CONFIG_MV88E6XXX=y
 CONFIG_MII=y
 CONFIG_PCI=y
 CONFIG_PCIE_IMX=y