summaryrefslogtreecommitdiff
path: root/src/soc/mediatek/mt8188/timer.c
blob: 00aaa40178cf7e8b08737cba4ce6e34a80abf460 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */

#include <arch/lib_helpers.h>
#include <commonlib/helpers.h>
#include <delay.h>
#include <soc/timer_common.h>

void init_timer(void)
{
	timer_prepare();

	raw_write_cntfrq_el0(13 * MHz);
}