diff mbox series

[3/3] mx6ull_14x14_evk_plugin: Convert to DM_ETH

Message ID 20200609134400.4097-3-festevam@gmail.com
State Accepted
Commit dbb0c4bf4970d5902bec5d572f153cf7808d22fa
Delegated to: Stefano Babic
Headers show
Series [1/3] mx6slevk_spinor: Convert to DM_ETH | expand

Commit Message

Fabio Estevam June 9, 2020, 1:44 p.m. UTC
Convert to DM_ETH to avoid board removal from the project.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
 configs/mx6ull_14x14_evk_plugin_defconfig | 6 ++++++
 1 file changed, 6 insertions(+)

Comments

Stefano Babic June 23, 2020, 7:50 a.m. UTC | #1
> Convert to DM_ETH to avoid board removal from the project.
> Signed-off-by: Fabio Estevam <festevam@gmail.com>
Applied to u-boot-imx, master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/configs/mx6ull_14x14_evk_plugin_defconfig b/configs/mx6ull_14x14_evk_plugin_defconfig
index 2811d868ac..e6c31e64ba 100644
--- a/configs/mx6ull_14x14_evk_plugin_defconfig
+++ b/configs/mx6ull_14x14_evk_plugin_defconfig
@@ -41,6 +41,12 @@  CONFIG_DM_SPI_FLASH=y
 CONFIG_SF_DEFAULT_MODE=0
 CONFIG_SF_DEFAULT_SPEED=40000000
 CONFIG_SPI_FLASH_STMICRO=y
+CONFIG_PHYLIB=y
+CONFIG_PHY_MICREL=y
+CONFIG_PHY_MICREL_KSZ8XXX=y
+CONFIG_DM_ETH=y
+CONFIG_FEC_MXC=y
+CONFIG_MII=y
 CONFIG_PINCTRL=y
 CONFIG_PINCTRL_IMX6=y
 CONFIG_DM_REGULATOR=y