From: David Lechner Date: Mon, 16 Mar 2026 21:55:16 +0000 (-0500) Subject: configs: mt8189: enable GPIO support X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1be992a8a27f21df5f4869c4ac18baaefc4dc70d;p=thirdparty%2Fu-boot.git configs: mt8189: enable GPIO support Enable GPIO support for mt8189-based boards. This is needed for U-Boot to be able to use the SD card slot on the board (for the CD pin). Reviewed-by: Julien Stephan Link: https://patch.msgid.link/20260316-mtk-ext-mmc-boot-v1-3-1aae51a44705@baylibre.com Signed-off-by: David Lechner --- diff --git a/configs/mt8189.config b/configs/mt8189.config index 966d05d1a03..55c2ccfc01f 100644 --- a/configs/mt8189.config +++ b/configs/mt8189.config @@ -4,6 +4,7 @@ CONFIG_POSITION_INDEPENDENT=y CONFIG_ARCH_MEDIATEK=y CONFIG_TEXT_BASE=0x4c000000 CONFIG_NR_DRAM_BANKS=1 +CONFIG_DM_GPIO=y CONFIG_OF_LIBFDT_OVERLAY=y CONFIG_TARGET_MT8189=y CONFIG_MTK_MEM_MAP_DDR_SIZE=0x200000000 @@ -12,6 +13,7 @@ CONFIG_FIT=y CONFIG_BOOTSTD_FULL=y # CONFIG_BOARD_INIT is not set CONFIG_CMD_CLK=y +CONFIG_CMD_GPIO=y CONFIG_CMD_GPT=y CONFIG_CMD_MMC=y CONFIG_CMD_PMIC=y