]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/csky/kernel/time.c
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
[mirror_ubuntu-hirsute-kernel.git] / arch / csky / kernel / time.c
CommitLineData
e9564df7
GR
1// SPDX-License-Identifier: GPL-2.0
2// Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
3
e9564df7 4#include <linux/clocksource.h>
99db590b 5#include <linux/of_clk.h>
e9564df7
GR
6
7void __init time_init(void)
8{
9 of_clk_init(NULL);
10 timer_probe();
11}