diff options
author | Ye Li <ye.li@nxp.com> | 2018-06-27 19:27:00 -0700 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-09-04 08:47:23 +0200 |
commit | 0925ee21851287d48279bb43e4a0876b2005a5f2 (patch) | |
tree | 29a39fe07b3f21eff5365933081bd291fb7e9c7b /configs/mx6sxsabreauto_defconfig | |
parent | 536c5c7a331d417d416dc04271b6f146db41cab0 (diff) | |
download | u-boot-0925ee21851287d48279bb43e4a0876b2005a5f2.tar.gz u-boot-0925ee21851287d48279bb43e4a0876b2005a5f2.tar.bz2 u-boot-0925ee21851287d48279bb43e4a0876b2005a5f2.zip |
imx: imx6sx-sabreauto: convert to use DM QSPI driver
To support DM QSPI driver:
- Add -u-boot.dtsi to modify n25q256a@0 and n25q256a@1 compatible string
to "spi-flash" and add "num-cs" property.
- Enable DM SPI and DM SPI FLASH configurations
- Remove iomux settings of qspi1 in board codes which is not needed
for DM driver.
Signed-off-by: Ye Li <ye.li@nxp.com>
Diffstat (limited to 'configs/mx6sxsabreauto_defconfig')
-rw-r--r-- | configs/mx6sxsabreauto_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/mx6sxsabreauto_defconfig b/configs/mx6sxsabreauto_defconfig index 359b9b6b56..0e15bd6ae8 100644 --- a/configs/mx6sxsabreauto_defconfig +++ b/configs/mx6sxsabreauto_defconfig @@ -36,6 +36,8 @@ CONFIG_DM_MMC=y CONFIG_FSL_ESDHC=y CONFIG_NAND=y CONFIG_NAND_MXS=y +CONFIG_DM_SPI=y +CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_BAR=y CONFIG_SPI_FLASH_STMICRO=y |