Re: [U-Boot] [PATCH 4/5] net: fec: sharing MDIO for two enet controllers

2018-03-20 Thread Peng Fan
> -Original Message- > From: Lothar Waßmann [mailto:l...@karo-electronics.de] > Sent: 2018年3月20日 16:52 > To: Peng Fan <peng@nxp.com> > Cc: joe.hershber...@ni.com; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH 4/5] net: fec: sharing MDIO for two en

Re: [U-Boot] [PATCH 4/5] net: fec: sharing MDIO for two enet controllers

2018-03-20 Thread Lothar Waßmann
Hi, On Sat, 10 Mar 2018 09:19:56 +0800 Peng Fan wrote: > On i.MX6SX, 6UL and 7D, there are two enet controllers each has a > MDIO port. But Some boards share one MDIO port for the two enets. So > introduce a configuration CONFIG_FEC_MXC_MDIO_BASE to indicate > the MDIO port for sharing. > This

Re: [U-Boot] [PATCH 4/5] net: fec: sharing MDIO for two enet controllers

2018-03-19 Thread Joe Hershberger
On Fri, Mar 9, 2018 at 7:19 PM, Peng Fan wrote: > On i.MX6SX, 6UL and 7D, there are two enet controllers each has a > MDIO port. But Some boards share one MDIO port for the two enets. So > introduce a configuration CONFIG_FEC_MXC_MDIO_BASE to indicate > the MDIO port for

[U-Boot] [PATCH 4/5] net: fec: sharing MDIO for two enet controllers

2018-03-09 Thread Peng Fan
On i.MX6SX, 6UL and 7D, there are two enet controllers each has a MDIO port. But Some boards share one MDIO port for the two enets. So introduce a configuration CONFIG_FEC_MXC_MDIO_BASE to indicate the MDIO port for sharing. Signed-off-by: Peng Fan --- drivers/net/Kconfig |