commit | 042446cfd6c4159abe92d45b18d1cbc987286474 | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Wed Jun 27 19:27:00 2018 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Tue Sep 04 08:47:23 2018 +0200 |
tree | 29a39fe07b3f21eff5365933081bd291fb7e9c7b | |
parent | 99aef7a30f59dc787fb0e1a06bc3e7b97e578ff6 [diff] |
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>