Re: [U-Boot] [U-Boot, v2, 09/18] clk: rockchip: Add rk3328 gamc clock support

2017-11-26 Thread Philipp Tomsich
On Thu, 9 Nov 2017, David Wu wrote: The rk3328 soc has two gmac controllers, one is gmac2io, the other is gmac2phy. We use the gmac2io rgmii interface for 1000M phy here. Signed-off-by: David Wu Acked-by: Philipp Tomsich

Re: [U-Boot] [U-Boot, v2, 09/18] clk: rockchip: Add rk3328 gamc clock support

2017-11-20 Thread Philipp Tomsich
> The rk3328 soc has two gmac controllers, one is gmac2io, > the other is gmac2phy. We use the gmac2io rgmii interface > for 1000M phy here. > > Signed-off-by: David Wu > --- > > Changes in v2: > - New patch > > drivers/clk/rockchip/clk_rk3328.c | 20