diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-12-23 20:39:49 +0530 |
---|---|---|
committer | Jagan Teki <jteki@openedev.com> | 2016-01-13 18:47:28 +0530 |
commit | e101af014b8c26d63e3a1febea7c51d4fe7d07c1 (patch) | |
tree | 146888c16a296f5dd87c835ce7c29402b08befcf | |
parent | 4fb01c4435ae98fdce86ec491ddf3c240f8eb174 (diff) | |
download | u-boot-imx-e101af014b8c26d63e3a1febea7c51d4fe7d07c1.zip u-boot-imx-e101af014b8c26d63e3a1febea7c51d4fe7d07c1.tar.gz u-boot-imx-e101af014b8c26d63e3a1febea7c51d4fe7d07c1.tar.bz2 |
defconfig: am437x_sk_evm: enable spi driver model
enable spi driver model for am437x_sk_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/am437x_sk_evm_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configs/am437x_sk_evm_defconfig b/configs/am437x_sk_evm_defconfig index a9b6f52..8f78eeb 100644 --- a/configs/am437x_sk_evm_defconfig +++ b/configs/am437x_sk_evm_defconfig @@ -18,3 +18,6 @@ CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_MACRONIX=y CONFIG_SYS_NS16550=y CONFIG_TI_QSPI=y +CONFIG_DM_SPI=y +CONFIG_DM_SPI_FLASH=y +CONFIG_SPI_FLASH_BAR=y |