]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/mips/ralink/timer-gic.c
Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-bionic-kernel.git] / arch / mips / ralink / timer-gic.c
CommitLineData
1df7addb
JC
1/*
2 * This program is free software; you can redistribute it and/or modify it
3 * under the terms of the GNU General Public License version 2 as published
4 * by the Free Software Foundation.
5 *
6 * Copyright (C) 2015 Nikolay Martynov <mar.kolya@gmail.com>
97b92108 7 * Copyright (C) 2015 John Crispin <john@phrozen.org>
1df7addb
JC
8 */
9
10#include <linux/init.h>
11
12#include <linux/of.h>
13#include <linux/clk-provider.h>
14#include <linux/clocksource.h>
15
16#include "common.h"
17
18void __init plat_time_init(void)
19{
20 ralink_of_remap();
21
22 of_clk_init(NULL);
ba5d08c0 23 timer_probe();
1df7addb 24}