The following changes since commit c0ca147ac6228949a6d6497531c9f2f4a0dc6c67:
Merge tag 'u-boot-imx-next-20260228' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx into next (2026-03-02 13:44:46 -0600) are available in the Git repository at: https://source.denx.de/u-boot/custodians/u-boot-mediatek.git tags/mediatek-for-next-2026-03-11 for you to fetch changes up to 05677fedd6fc7716a9b2366b3f19d32c80bfbfd5: pinctrl: mediatek: add support for mt8189 (2026-03-11 10:44:27 -0500) ---------------------------------------------------------------- A fix: * Fixing compiling MT8195 due to some independent changes that were applied around the same time as MT8195 support was merged. (CI would not have caught this since we didn't have a defconfig until now). And few small features: * New defconfig for MT8395/Genio 1200 EVK. * pinctrl support for MT8189-compatible SoCs. ---------------------------------------------------------------- Bo-Chen Chen (1): pinctrl: mediatek: add support for mt8189 David Lechner (2): pinctl: mediatek: add bounds check on number of base addresses pinctl: mediatek: increase max number of base addresses Julien Stephan (2): arm: mediatek: MT8195 fix mem_map board: mediatek: add MT8395 EVK board support arch/arm/mach-mediatek/Kconfig | 2 +- arch/arm/mach-mediatek/mt8195/init.c | 21 - board/mediatek/MAINTAINERS | 5 + configs/mt8395_evk_defconfig | 26 + drivers/pinctrl/mediatek/Kconfig | 4 + drivers/pinctrl/mediatek/Makefile | 1 + drivers/pinctrl/mediatek/pinctrl-mt8189.c | 1276 +++++++++++++++++++++++++ drivers/pinctrl/mediatek/pinctrl-mtk-common.c | 3 + drivers/pinctrl/mediatek/pinctrl-mtk-common.h | 2 +- 9 files changed, 1317 insertions(+), 23 deletions(-) create mode 100644 configs/mt8395_evk_defconfig create mode 100644 drivers/pinctrl/mediatek/pinctrl-mt8189.c

