MT8365 has different pinctrl register layout compared to other SoCs in the family, so needs its own driver.
This is also the first SoC in this family supported in U-Boot using an upstream devicetree that has the mediatek,pctl-regmap property, so we need to add support for that to the common mediatek pinctrl code first. Signed-off-by: David Lechner <[email protected]> --- David Lechner (2): pinctrl: mediatek: support mediatek,pctl-regmap property configs: mt8365_evk: enable pinctrl Vitor Sato Eschholz (1): pinctrl: mediatek: add pinctrl driver for MT8365 SoC configs/mt8365_evk_defconfig | 3 + drivers/pinctrl/mediatek/Kconfig | 4 + drivers/pinctrl/mediatek/Makefile | 1 + drivers/pinctrl/mediatek/pinctrl-mt8365.c | 469 ++++++++++++++++++++++++++ drivers/pinctrl/mediatek/pinctrl-mtk-common.c | 38 +++ 5 files changed, 515 insertions(+) --- base-commit: 6488538bd8b8dfb0a22c6eec0eca28e5ae27b989 change-id: 20260106-pinctl-mtk-mt8365-0825e3a0b42a Best regards, -- David Lechner <[email protected]>

