blob: 1c34246f2f6027477caa9c362a77905126fa0afa [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-only */
#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();
}