commit | 0925ee21851287d48279bb43e4a0876b2005a5f2 | [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 | 536c5c7a331d417d416dc04271b6f146db41cab0 [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>