diff options
author | Tim Harvey <tharvey@gateworks.com> | 2021-03-01 14:33:35 -0800 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2021-04-08 20:29:53 +0200 |
commit | 19a387f85d3643ec052903223bfdcffe0ab227a6 (patch) | |
tree | 17c8849d3cbcbd2c1fb797f2ef5bd744ba259c07 /configs/gwventana_nand_defconfig | |
parent | 72c46327f03f61b8801f7e28463329b9f7231947 (diff) | |
download | u-boot-19a387f85d3643ec052903223bfdcffe0ab227a6.tar.gz |
imx: ventana: enable dm support for MMC and SATA
Enable driver model support for MMC and SATA.
Note that DM_MMC requires aliases for your mmc devices so
they are added to the dts. Linux does not support enumerating mmc
devices by alias so these are not present in the Linux dts.
Note that we still need board_mmc_init() and board_mmc_getcd() for
not DM SPL to support MMC.
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Diffstat (limited to 'configs/gwventana_nand_defconfig')
-rw-r--r-- | configs/gwventana_nand_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/gwventana_nand_defconfig b/configs/gwventana_nand_defconfig index 9b204c72637..533d31af9fc 100644 --- a/configs/gwventana_nand_defconfig +++ b/configs/gwventana_nand_defconfig @@ -19,6 +19,7 @@ CONFIG_SPL=y CONFIG_ENV_OFFSET_REDUND=0x1080000 CONFIG_CMD_HDMIDETECT=y CONFIG_DEFAULT_DEVICE_TREE="imx6q-gw54xx" +CONFIG_AHCI=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y CONFIG_SPL_LOAD_FIT=y @@ -81,6 +82,7 @@ CONFIG_NETCONSOLE=y CONFIG_DM=y CONFIG_BOUNCE_BUFFER=y CONFIG_DWC_AHSATA=y +CONFIG_DM_MMC=y CONFIG_SUPPORT_EMMC_RPMB=y CONFIG_SUPPORT_EMMC_BOOT=y CONFIG_FSL_USDHC=y |