blob: 1c34246f2f6027477caa9c362a77905126fa0afa [file] [log] [blame]
Angel Ponse67ab182020-04-04 18:51:11 +02001/* SPDX-License-Identifier: GPL-2.0-only */
You-Cheng Syu44e9c372019-01-23 19:54:05 +08002
3#include <soc/mt8183.h>
4#include <soc/wdt.h>
Qii Wang66532b02019-01-18 09:29:09 +08005#include <soc/gpio.h>
You-Cheng Syu44e9c372019-01-23 19:54:05 +08006
7void mt8183_early_init(void)
8{
9 mtk_wdt_init();
Qii Wang66532b02019-01-18 09:29:09 +080010 gpio_set_i2c_eh_rsel();
You-Cheng Syu44e9c372019-01-23 19:54:05 +080011}