Re: [PATCH 1/3] ARM: at91/dt: sam9261: Fix PLL output ranges and other clocks divisors

2014-05-12 Thread Nicolas Ferre
Hi, To the whole series: Acked-by: Nicolas Ferre and pushed on at91-3.16-dt2 Thanks, bye, On 23/04/2014 10:53, Alexandre Belloni : > Argument 3 (OUT) and 4 (ICPLL) of the atmel,pll-clk-output-ranges were > missing. > Also, the at91sam9261 doesn't really have a by 3 divisor. > > Signed-off-b

[PATCH 1/3] ARM: at91/dt: sam9261: Fix PLL output ranges and other clocks divisors

2014-04-23 Thread Alexandre Belloni
Argument 3 (OUT) and 4 (ICPLL) of the atmel,pll-clk-output-ranges were missing. Also, the at91sam9261 doesn't really have a by 3 divisor. Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/at91sam9261.dtsi | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/arch/ar