All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] mx6slevk_spinor: Convert to DM_ETH
@ 2020-06-09 13:43 Fabio Estevam
  2020-06-09 13:43 ` [PATCH 2/3] mx6slevk_spl: " Fabio Estevam
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Fabio Estevam @ 2020-06-09 13:43 UTC (permalink / raw)
  To: u-boot

Convert to DM_ETH to avoid board removal from the project.

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

diff --git a/configs/mx6slevk_spinor_defconfig b/configs/mx6slevk_spinor_defconfig
index 4d348df691..67de522dd8 100644
--- a/configs/mx6slevk_spinor_defconfig
+++ b/configs/mx6slevk_spinor_defconfig
@@ -44,6 +44,9 @@ CONFIG_SF_DEFAULT_MODE=0
 CONFIG_SF_DEFAULT_SPEED=20000000
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_PHYLIB=y
+CONFIG_PHY_SMSC=y
+CONFIG_DM_ETH=y
+CONFIG_FEC_MXC=y
 CONFIG_MII=y
 CONFIG_PINCTRL=y
 CONFIG_PINCTRL_IMX6=y
-- 
2.17.1
Convert

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 2/3] mx6slevk_spl: Convert to DM_ETH
  2020-06-09 13:43 [PATCH 1/3] mx6slevk_spinor: Convert to DM_ETH Fabio Estevam
@ 2020-06-09 13:43 ` Fabio Estevam
  2020-06-23  7:52   ` sbabic at denx.de
  2020-06-09 13:44 ` [PATCH 3/3] mx6ull_14x14_evk_plugin: " Fabio Estevam
  2020-06-23  7:52 ` [PATCH 1/3] mx6slevk_spinor: " sbabic at denx.de
  2 siblings, 1 reply; 6+ messages in thread
From: Fabio Estevam @ 2020-06-09 13:43 UTC (permalink / raw)
  To: u-boot

Convert to DM_ETH to avoid board removal from the project.

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

diff --git a/configs/mx6slevk_spl_defconfig b/configs/mx6slevk_spl_defconfig
index 3a0ae92bf2..143718a6a7 100644
--- a/configs/mx6slevk_spl_defconfig
+++ b/configs/mx6slevk_spl_defconfig
@@ -52,6 +52,9 @@ CONFIG_SF_DEFAULT_MODE=0
 CONFIG_SF_DEFAULT_SPEED=20000000
 CONFIG_SPI_FLASH_STMICRO=y
 CONFIG_PHYLIB=y
+CONFIG_PHY_SMSC=y
+CONFIG_DM_ETH=y
+CONFIG_FEC_MXC=y
 CONFIG_MII=y
 CONFIG_PINCTRL=y
 CONFIG_PINCTRL_IMX6=y
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 3/3] mx6ull_14x14_evk_plugin: Convert to DM_ETH
  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-09 13:44 ` Fabio Estevam
  2020-06-23  7:50   ` sbabic at denx.de
  2020-06-23  7:52 ` [PATCH 1/3] mx6slevk_spinor: " sbabic at denx.de
  2 siblings, 1 reply; 6+ messages in thread
From: Fabio Estevam @ 2020-06-09 13:44 UTC (permalink / raw)
  To: u-boot

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

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 3/3] mx6ull_14x14_evk_plugin: Convert to DM_ETH
  2020-06-09 13:44 ` [PATCH 3/3] mx6ull_14x14_evk_plugin: " Fabio Estevam
@ 2020-06-23  7:50   ` sbabic at denx.de
  0 siblings, 0 replies; 6+ messages in thread
From: sbabic at denx.de @ 2020-06-23  7:50 UTC (permalink / raw)
  To: u-boot

> 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

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 1/3] mx6slevk_spinor: Convert to DM_ETH
  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-09 13:44 ` [PATCH 3/3] mx6ull_14x14_evk_plugin: " Fabio Estevam
@ 2020-06-23  7:52 ` sbabic at denx.de
  2 siblings, 0 replies; 6+ messages in thread
From: sbabic at denx.de @ 2020-06-23  7:52 UTC (permalink / raw)
  To: u-boot

> 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

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 2/3] mx6slevk_spl: Convert to DM_ETH
  2020-06-09 13:43 ` [PATCH 2/3] mx6slevk_spl: " Fabio Estevam
@ 2020-06-23  7:52   ` sbabic at denx.de
  0 siblings, 0 replies; 6+ messages in thread
From: sbabic at denx.de @ 2020-06-23  7:52 UTC (permalink / raw)
  To: u-boot

> 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

-- 
=====================================================================
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-53 Fax: +49-8142-66989-80 Email: sbabic at denx.de
=====================================================================

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-06-23  7:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH 3/3] mx6ull_14x14_evk_plugin: " Fabio Estevam
2020-06-23  7:50   ` sbabic at denx.de
2020-06-23  7:52 ` [PATCH 1/3] mx6slevk_spinor: " sbabic at denx.de

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.