Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 // Copyright (C) 2018 Hangzhou C-SKY Microsystems co.,ltd.
0003 
0004 #include <linux/clocksource.h>
0005 #include <linux/of_clk.h>
0006 
0007 void __init time_init(void)
0008 {
0009     of_clk_init(NULL);
0010     timer_probe();
0011 }