Hi Julien, Thank you for the patch.
On Mon, Feb 02, 2026 at 09:23, Julien Stephan <[email protected]> wrote: > From: Julien Masson <[email protected]> > > This adds support for the MT8390 EVK board with the following > features enabled/tested: Boot, UART, Watchdog and MMC. > > MT8390 is based on MT8188. > > Signed-off-by: Julien Masson <[email protected]> > Signed-off-by: Julien Stephan <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> > --- > Changes in v2: > - Add Macpaul Lin from Mediatek as co-maintainer > - Rebased on master > - Removed series dependency, as the pinctrl series for MT8188 was > applied on master > - Link to v1: > https://lore.kernel.org/r/[email protected] > --- > board/mediatek/mt8390_evk/MAINTAINERS | 6 ++++++ > board/mediatek/mt8390_evk/Makefile | 3 +++ > board/mediatek/mt8390_evk/mt8390_evk.c | 34 > ++++++++++++++++++++++++++++++++++ > configs/mt8390_evk_defconfig | 27 +++++++++++++++++++++++++++ > 4 files changed, 70 insertions(+) >

