From bae31167e59149671bedeb1cb3b9f321f9d39714 Mon Sep 17 00:00:00 2001 From: Abel Vesa Date: Fri, 1 Feb 2019 16:40:19 +0000 Subject: mx6sabresd: Add DM_GPIO support Add the DM_GPIO related config for mx6sabresd. Also add the gpio request calls. Signed-off-by: Abel Vesa Reviewed-by: Peng Fan Reviewed-by: Fabio Estevam --- configs/mx6sabresd_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/mx6sabresd_defconfig') diff --git a/configs/mx6sabresd_defconfig b/configs/mx6sabresd_defconfig index cbacd7d3a1..916ade1fdb 100644 --- a/configs/mx6sabresd_defconfig +++ b/configs/mx6sabresd_defconfig @@ -68,6 +68,7 @@ CONFIG_FASTBOOT_BUF_ADDR=0x12000000 CONFIG_FASTBOOT_BUF_SIZE=0x10000000 CONFIG_FASTBOOT_FLASH=y CONFIG_FASTBOOT_FLASH_MMC_DEV=2 +CONFIG_DM_GPIO=y CONFIG_DM_MMC=y CONFIG_FSL_ESDHC=y CONFIG_SPI_FLASH=y -- cgit v1.2.1