Re: [U-Boot] [PATCH 8/8] clk: zynq: Add optional ethernet emio clock source support

2017-01-10 Thread Michal Simek
On 4.1.2017 13:27, stefan.herbrechtsme...@weidmueller.com wrote: > From: Stefan Herbrechtsmeier > > Add support for the optional ethernet emio clock source to the zynq > clock framework driver. > > Signed-off-by: Stefan Herbrechtsmeier > > --- > > drivers/clk/clk_zynq.c | 33

[U-Boot] [PATCH 8/8] clk: zynq: Add optional ethernet emio clock source support

2017-01-04 Thread stefan.herbrechtsmeier
From: Stefan Herbrechtsmeier Add support for the optional ethernet emio clock source to the zynq clock framework driver. Signed-off-by: Stefan Herbrechtsmeier --- drivers/clk/clk_zynq.c | 33 +++-- 1 file changed, 31 insertions(+), 2 deletions(-) diff --git a/dri