public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Fabio Estevam <festevam@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH 3/3] mx6ull_14x14_evk_plugin: Convert to DM_ETH
Date: Tue,  9 Jun 2020 10:44:00 -0300	[thread overview]
Message-ID: <20200609134400.4097-3-festevam@gmail.com> (raw)
In-Reply-To: <20200609134400.4097-1-festevam@gmail.com>

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(+)

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
-- 
2.17.1

  parent reply	other threads:[~2020-06-09 13:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-09 13:43 [PATCH 1/3] mx6slevk_spinor: Convert to DM_ETH Fabio Estevam
2020-06-09 13:43 ` [PATCH 2/3] mx6slevk_spl: " Fabio Estevam
2020-06-23  7:52   ` sbabic at denx.de
2020-06-09 13:44 ` Fabio Estevam [this message]
2020-06-23  7:50   ` [PATCH 3/3] mx6ull_14x14_evk_plugin: " sbabic at denx.de
2020-06-23  7:52 ` [PATCH 1/3] mx6slevk_spinor: " sbabic at denx.de

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200609134400.4097-3-festevam@gmail.com \
    --to=festevam@gmail.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox