Re: [U-Boot] [U-Boot, 5/6] net: gmac_rockchip: Use the proerty of "clock_in_out" to set mac clock

2017-10-18 Thread David.Wu
Spam detection software, running on the system "lists.denx.de", has identified this incoming email as possible spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview:

Re: [U-Boot] [U-Boot, 5/6] net: gmac_rockchip: Use the proerty of "clock_in_out" to set mac clock

2017-10-06 Thread Philipp Tomsich
On Thu, 21 Sep 2017, David Wu wrote: If the mac clock if from the external IO, set clock rate with 0; If the mac clock if from the internal divider pll, set 50M for rmii mode and set 125M for rgmii. If we do this, we really shouldn't treat the external clock any different. So we should

Re: [U-Boot] [U-Boot, 5/6] net: gmac_rockchip: Use the proerty of "clock_in_out" to set mac clock

2017-10-06 Thread Philipp Tomsich
> If the mac clock if from the external IO, set clock rate with 0; > If the mac clock if from the internal divider pll, set 50M for > rmii mode and set 125M for rgmii. > > Signed-off-by: David Wu > Acked-by: Philipp Tomsich > --- >

Re: [U-Boot] [U-Boot, 5/6] net: gmac_rockchip: Use the proerty of "clock_in_out" to set mac clock

2017-09-27 Thread Philipp Tomsich
> If the mac clock if from the external IO, set clock rate with 0; > If the mac clock if from the internal divider pll, set 50M for > rmii mode and set 125M for rgmii. > > Signed-off-by: David Wu > --- > > drivers/net/gmac_rockchip.c | 23 +++ > 1