From: Marek Vasut Date: Fri, 26 Aug 2022 21:16:27 +0000 (+0200) Subject: ARM: imx: Enable SPL GPIO hog on i.MX8M Plus DHCOM X-Git-Tag: v2022.10~14^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b20d3d9348941245291968043270521675b2e54;p=platform%2Fkernel%2Fu-boot.git ARM: imx: Enable SPL GPIO hog on i.MX8M Plus DHCOM Enable GPIO hog support in SPL to match the GPIO hog support in U-Boot proper. Signed-off-by: Marek Vasut Cc: Fabio Estevam Cc: Peng Fan Cc: Stefano Babic Cc: uboot-imx Reviewed-by: Fabio Estevam --- diff --git a/configs/imx8mp_dhcom_pdk2_defconfig b/configs/imx8mp_dhcom_pdk2_defconfig index 0315a4c..e78b9a1 100644 --- a/configs/imx8mp_dhcom_pdk2_defconfig +++ b/configs/imx8mp_dhcom_pdk2_defconfig @@ -169,6 +169,7 @@ CONFIG_FASTBOOT_BUF_SIZE=0x20000000 CONFIG_FASTBOOT_FLASH=y CONFIG_FASTBOOT_FLASH_MMC_DEV=0 CONFIG_GPIO_HOG=y +CONFIG_SPL_GPIO_HOG=y CONFIG_MXC_GPIO=y CONFIG_DM_I2C=y # CONFIG_INPUT is not set