blob: 574a3d0a853980a9458ed236ad4fcb9bd242890d [file] [log] [blame]
Greentime Hue2f8b5c2017-10-25 14:39:57 +08001// SPDX-License-Identifier: GPL-2.0
2// Copyright (C) 2005-2017 Andes Technology Corporation
3
4#include <linux/clocksource.h>
Geert Uytterhoevend7cc16b2020-02-12 11:16:51 +01005#include <linux/of_clk.h>
Greentime Hue2f8b5c2017-10-25 14:39:57 +08006
7void __init time_init(void)
8{
9 of_clk_init(NULL);
10 timer_probe();
11}