Re: [U-Boot] [PATCH] clk: sunxi: a10: Add CLK_AHB_GMAC

2019-04-01 Thread Jagan Teki
On Thu, Mar 28, 2019 at 1:50 PM Jagan Teki wrote: > > CLK_AHB_GMAC was suppose to be part of previous commit > "clk: sunxi: Implement A10 EMAC clocks" add it so-that > we can get rid of sunxi_set_gate warning on boot message. > > Signed-off-by: Jagan Teki > --- Applied to u-boot-sunxi/master ___

[U-Boot] [PATCH] clk: sunxi: a10: Add CLK_AHB_GMAC

2019-03-28 Thread Jagan Teki
CLK_AHB_GMAC was suppose to be part of previous commit "clk: sunxi: Implement A10 EMAC clocks" add it so-that we can get rid of sunxi_set_gate warning on boot message. Signed-off-by: Jagan Teki --- drivers/clk/sunxi/clk_a10.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/clk/sunx