summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2026-01-12 13:41:54 -0600
committerTom Rini <[email protected]>2026-01-12 13:41:54 -0600
commit476c59be74c2eadcd32fc3032fb7ac362f02e441 (patch)
treec460dd87154a029f6d3c9db2e49173d0d49fd88c /configs
parent2d8d220d70a8d96ff8ee5d5e2e3c3bdda26b1a4b (diff)
parentb58573e89433fdd3b383bd29af44a1f03a56b706 (diff)
Merge patch series "pinctl: mediatek: add mt8365 support"
David Lechner <[email protected]> says: 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. Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'configs')
-rw-r--r--configs/mt8365_evk_defconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/mt8365_evk_defconfig b/configs/mt8365_evk_defconfig
index a9f7a24bcba..19fb6b79b29 100644
--- a/configs/mt8365_evk_defconfig
+++ b/configs/mt8365_evk_defconfig
@@ -15,6 +15,9 @@ CONFIG_CMD_CLK=y
CONFIG_OF_UPSTREAM=y
CONFIG_CLK=y
CONFIG_MMC_MTK=y
+CONFIG_PINCTRL=y
+CONFIG_PINCONF=y
+CONFIG_PINCTRL_MT8365=y
CONFIG_BAUDRATE=921600
CONFIG_DM_SERIAL=y
CONFIG_MTK_SERIAL=y