summaryrefslogtreecommitdiffstats
path: root/arch/arc/kernel/time.c
diff options
context:
space:
mode:
authorNoam Camus2016-01-14 07:50:08 +0100
committerVineet Gupta2016-05-09 06:02:29 +0200
commit69fbd09874ded099d445271d05681529dac4d00a (patch)
tree955cbb63501600a628ebcac8a4c618fad41b46c1 /arch/arc/kernel/time.c
parentARC: clockevent: switch to cpu notifier for clockevent setup (diff)
downloadkernel-qcow2-linux-69fbd09874ded099d445271d05681529dac4d00a.tar.gz
kernel-qcow2-linux-69fbd09874ded099d445271d05681529dac4d00a.tar.xz
kernel-qcow2-linux-69fbd09874ded099d445271d05681529dac4d00a.zip
ARC: clockevent: Prepare for DT based probe
- call clocksource_probe() - This in turns needs of_clk_init() to be called earlier Cc: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Noam Camus <noamc@ezchip.com> [vgupta: broken off from a bigger patch] Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/kernel/time.c')
-rw-r--r--arch/arc/kernel/time.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arc/kernel/time.c b/arch/arc/kernel/time.c
index e97be743d47b..848353a27ac8 100644
--- a/arch/arc/kernel/time.c
+++ b/arch/arc/kernel/time.c
@@ -34,6 +34,8 @@
#include <linux/kernel.h>
#include <linux/time.h>
#include <linux/init.h>
+#include <linux/clk.h>
+#include <linux/clk-provider.h>
#include <linux/clocksource.h>
#include <linux/clockchips.h>
#include <linux/cpu.h>
@@ -301,6 +303,9 @@ static void __init arc_clockevent_setup(void)
*/
void __init time_init(void)
{
+ of_clk_init(NULL);
+ clocksource_probe();
+
/*
* sets up the timekeeping free-flowing counter which also returns
* whether the counter is usable as clocksource