Re: [PATCH] arm64:init: Move of_clk_init to time_init

2014-04-14 Thread Will Deacon
On Mon, Apr 14, 2014 at 08:38:53AM +0100, Chanho Min wrote: > Clock providers should be initialized before clocksource_of_init. > If not, Clock source initialization can be fail to get the clock. > > Signed-off-by: Chanho Min Acked-by: Will Deacon Will > --- > arch/arm64/kernel/setup.c |

[PATCH] arm64:init: Move of_clk_init to time_init

2014-04-14 Thread Chanho Min
Clock providers should be initialized before clocksource_of_init. If not, Clock source initialization can be fail to get the clock. Signed-off-by: Chanho Min --- arch/arm64/kernel/setup.c |1 - arch/arm64/kernel/time.c |3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git