Re: [U-Boot] [PATCH] clk: at91: clk-generated: Fix incorrect assignment of clock source

2017-04-28 Thread Simon Glass
On 25 April 2017 at 19:30, Wenyou Yang wrote: > Differentiate the generic clock source selection value from the parent > clock index to fix the incorrect assignment of the generic clock > source selection. > > Signed-off-by: Wenyou Yang > --- > >

[U-Boot] [PATCH] clk: at91: clk-generated: Fix incorrect assignment of clock source

2017-04-25 Thread Wenyou Yang
Differentiate the generic clock source selection value from the parent clock index to fix the incorrect assignment of the generic clock source selection. Signed-off-by: Wenyou Yang --- drivers/clk/at91/clk-generated.c | 16 +--- 1 file changed, 9