summaryrefslogtreecommitdiffstats
path: root/arch/nds32
diff options
context:
space:
mode:
authorGreentime Hu <greentime@andestech.com>2017-10-25 14:39:57 +0800
committerGreentime Hu <greentime@andestech.com>2018-02-22 10:44:34 +0800
commite2f8b5c028f3eb81ed0507ed1a3b05ec6013ce56 (patch)
treeb84b79f805d95d8fa11b49d89018619105615554 /arch/nds32
parentc9a4a8da6baae475994974398ff2eba8e92971d1 (diff)
downloadop-kernel-dev-e2f8b5c028f3eb81ed0507ed1a3b05ec6013ce56.zip
op-kernel-dev-e2f8b5c028f3eb81ed0507ed1a3b05ec6013ce56.tar.gz
nds32: Generic timers support
This patch adds support for timer. Signed-off-by: Vincent Chen <vincentc@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/nds32')
-rw-r--r--arch/nds32/kernel/time.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/nds32/kernel/time.c b/arch/nds32/kernel/time.c
new file mode 100644
index 0000000..ac9d78c
--- /dev/null
+++ b/arch/nds32/kernel/time.c
@@ -0,0 +1,11 @@
+// SPDX-License-Identifier: GPL-2.0
+// Copyright (C) 2005-2017 Andes Technology Corporation
+
+#include <linux/clocksource.h>
+#include <linux/clk-provider.h>
+
+void __init time_init(void)
+{
+ of_clk_init(NULL);
+ timer_probe();
+}
OpenPOWER on IntegriCloud