/* SPDX-License-Identifier: GPL-2.0-only */ #include #include #include void mt8183_early_init(void) { mtk_wdt_init(); gpio_set_i2c_eh_rsel(); }