Re: [U-Boot] [PATCH 2/5] net: dwc_eth_qos: add Ethernet stm32mp1 support

2019-05-10 Thread Joe Hershberger
On Fri, May 10, 2019 at 8:59 AM Christophe ROULLIER wrote: > > Hi Joe, > > On 09/05/2019 23:07, Joe Hershberger wrote: > > On Fri, Apr 26, 2019 at 6:16 AM Christophe Roullier > > wrote: > >> Synopsys GMAC 4.20 is used. And Phy mode for eval and disco is RMII > >> with PHY Realtek RTL8211 (RGMII)

Re: [U-Boot] [PATCH 2/5] net: dwc_eth_qos: add Ethernet stm32mp1 support

2019-05-10 Thread Christophe ROULLIER
Hi Joe, On 09/05/2019 23:07, Joe Hershberger wrote: > On Fri, Apr 26, 2019 at 6:16 AM Christophe Roullier > wrote: >> Synopsys GMAC 4.20 is used. And Phy mode for eval and disco is RMII >> with PHY Realtek RTL8211 (RGMII) >> We also support some other PHY config on stm32mp157c >> PHY_MODE

Re: [U-Boot] [PATCH 2/5] net: dwc_eth_qos: add Ethernet stm32mp1 support

2019-05-09 Thread Joe Hershberger
On Fri, Apr 26, 2019 at 6:16 AM Christophe Roullier wrote: > > Synopsys GMAC 4.20 is used. And Phy mode for eval and disco is RMII > with PHY Realtek RTL8211 (RGMII) > We also support some other PHY config on stm32mp157c > PHY_MODE(MII,GMII, RMII, RGMII) and in normal, > PHY wo crystal (25

[U-Boot] [PATCH 2/5] net: dwc_eth_qos: add Ethernet stm32mp1 support

2019-04-26 Thread Christophe Roullier
Synopsys GMAC 4.20 is used. And Phy mode for eval and disco is RMII with PHY Realtek RTL8211 (RGMII) We also support some other PHY config on stm32mp157c PHY_MODE(MII,GMII, RMII, RGMII) and in normal, PHY wo crystal (25Mhz and 50Mhz), No 125Mhz from PHY config Signed-off-by: Christophe Rou