Re: [U-Boot] [PATCH 1/3] sunxi: sun4i: add missing 912MHz clock divisors

2015-03-28 Thread Iain Paton
On 27/03/15 14:04, Ian Campbell wrote: > On Fri, 2015-03-27 at 00:10 +, Iain Paton wrote: >> clock divisors table was missing an entry for 912MHz. The same table is >> used for sun7i where the default boot clock is 912MHz, resulting in A20 >> boards being overclocked to 960MHz > > Apart from t

Re: [U-Boot] [PATCH 1/3] sunxi: sun4i: add missing 912MHz clock divisors

2015-03-27 Thread Ian Campbell
On Fri, 2015-03-27 at 00:10 +, Iain Paton wrote: > clock divisors table was missing an entry for 912MHz. The same table is > used for sun7i where the default boot clock is 912MHz, resulting in A20 > boards being overclocked to 960MHz Apart from the missing entry, should it not be the case that

[U-Boot] [PATCH 1/3] sunxi: sun4i: add missing 912MHz clock divisors

2015-03-26 Thread Iain Paton
clock divisors table was missing an entry for 912MHz. The same table is used for sun7i where the default boot clock is 912MHz, resulting in A20 boards being overclocked to 960MHz Signed-off-by: Iain Paton --- arch/arm/cpu/armv7/sunxi/clock_sun4i.c | 1 + 1 file changed, 1 insertion(+) diff --gi