diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-12-23 15:09:46 (GMT) |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2016-01-13 13:17:28 (GMT) |
commit | 7c69ad6b46c0c17f2f540268e15be4ca42d7d5ed (patch) | |
tree | 6b34bd3757a5e01ee9ea084ff3651c871d0d6cae | |
parent | 36de4bed10c0c973e18e498aa90b2f00a1b9791a (diff) | |
download | u-boot-fsl-qoriq-7c69ad6b46c0c17f2f540268e15be4ca42d7d5ed.tar.xz |
defconfig: dra74_evm: enable spi driver model
enable spi driver model for dra74_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>
-rw-r--r-- | configs/dra74_evm_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/dra74_evm_defconfig b/configs/dra74_evm_defconfig index 394edbe..6e5a705 100644 --- a/configs/dra74_evm_defconfig +++ b/configs/dra74_evm_defconfig @@ -19,3 +19,5 @@ CONFIG_SPI_FLASH_SPANSION=y CONFIG_DM_SERIAL=y CONFIG_SYS_NS16550=y CONFIG_TI_QSPI=y +CONFIG_DM_SPI=y +CONFIG_DM_SPI_FLASH=y |