Re: [PATCH] ARM: shmobile: armadillo800eva: set clock rates before timer init

2013-01-29 Thread Simon Horman
On Fri, Jan 18, 2013 at 02:02:05PM +0900, Hideki EIRAKU wrote: > Previously clock rates were set after initialization of timer. > Therefore the timer used the default extal1 clock rate (25MHz) > instead of the correct rate for this board (24MHz). > > Signed-off-by: Hideki EIRAKU Thanks, I have a

Re: [PATCH] ARM: shmobile: armadillo800eva: set clock rates before timer init

2013-01-17 Thread Kuninori Morimoto
> Previously clock rates were set after initialization of timer. > Therefore the timer used the default extal1 clock rate (25MHz) > instead of the correct rate for this board (24MHz). > > Signed-off-by: Hideki EIRAKU > --- > arch/arm/mach-shmobile/board-armadillo800eva.c | 5 +++-- > 1 file cha