diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-12-23 20:39:45 +0530 |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2016-01-13 18:47:28 +0530 |
commit | 36de4bed10c0c973e18e498aa90b2f00a1b9791a (patch) | |
tree | c2c4c779d83b545c5e654110309cd0e834f9770b /configs/dra72_evm_defconfig | |
parent | 1f19d504ccbafa280f928fe78ff2f26e58e31a47 (diff) | |
download | u-boot-imx-36de4bed10c0c973e18e498aa90b2f00a1b9791a.zip u-boot-imx-36de4bed10c0c973e18e498aa90b2f00a1b9791a.tar.gz u-boot-imx-36de4bed10c0c973e18e498aa90b2f00a1b9791a.tar.bz2 |
defconfig: dra72_evm: enable spi driver model
enable mmc driver model for dra72_evm as ti_qspi supports
driver model
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Jagan Teki <jteki@openedev.com>
Diffstat (limited to 'configs/dra72_evm_defconfig')
-rw-r--r-- | configs/dra72_evm_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/dra72_evm_defconfig b/configs/dra72_evm_defconfig index 3205bd5..b57ecca 100644 --- a/configs/dra72_evm_defconfig +++ b/configs/dra72_evm_defconfig @@ -20,3 +20,5 @@ CONFIG_SPI_FLASH_BAR=y CONFIG_SPI_FLASH_SPANSION=y CONFIG_SYS_NS16550=y CONFIG_TI_QSPI=y +CONFIG_DM_SPI=y +CONFIG_DM_SPI_FLASH=y |