diff options
| author | Marek Vasut <[email protected]> | 2022-08-26 23:16:27 +0200 |
|---|---|---|
| committer | Stefano Babic <[email protected]> | 2022-09-18 22:56:10 +0200 |
| commit | 7b20d3d9348941245291968043270521675b2e54 (patch) | |
| tree | 7ce37adaa305da83c394a4e74803e0a058dbb6b4 | |
| parent | 546dd667aab029a5831a5eedcd9c1dcb0f4f627d (diff) | |
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 <[email protected]>
Cc: Fabio Estevam <[email protected]>
Cc: Peng Fan <[email protected]>
Cc: Stefano Babic <[email protected]>
Cc: uboot-imx <[email protected]>
Reviewed-by: Fabio Estevam <[email protected]>
| -rw-r--r-- | configs/imx8mp_dhcom_pdk2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx8mp_dhcom_pdk2_defconfig b/configs/imx8mp_dhcom_pdk2_defconfig index 0315a4cfb21..e78b9a1569e 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 |
