summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/mt8183/mt8183.c
blob: 60e63ac693104262dece185008f22f95e0192fa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#include <soc/mt8183.h>
#include <soc/wdt.h>
#include <soc/gpio.h>

void mt8183_early_init(void)
{
	mtk_wdt_init();
	gpio_set_i2c_eh_rsel();
}