diff options
author | Abel Vesa <abel.vesa@nxp.com> | 2019-02-01 16:40:19 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2019-02-15 22:01:15 +0100 |
commit | bae31167e59149671bedeb1cb3b9f321f9d39714 (patch) | |
tree | 56ce69cce91a27753d066a7193df301dbed3ddec /configs/mx6sabresd_defconfig | |
parent | 1ca12f034ec4955c4c7fe95160d35a8cc7d43884 (diff) | |
download | u-boot-bae31167e59149671bedeb1cb3b9f321f9d39714.tar.gz u-boot-bae31167e59149671bedeb1cb3b9f321f9d39714.tar.bz2 u-boot-bae31167e59149671bedeb1cb3b9f321f9d39714.zip |
mx6sabresd: Add DM_GPIO support
Add the DM_GPIO related config for mx6sabresd.
Also add the gpio request calls.
Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'configs/mx6sabresd_defconfig')
-rw-r--r-- | configs/mx6sabresd_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |