commit | 99aef7a30f59dc787fb0e1a06bc3e7b97e578ff6 | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Wed Jun 27 19:26:59 2018 -0700 |
committer | Stefano Babic <sbabic@denx.de> | Tue Sep 04 08:47:23 2018 +0200 |
tree | 6e3dbe7e8e546435b7ed9bb51f09a03d9100c122 | |
parent | 4745a2b1c553bee0d02ff0c8c4945dfccbd37a28 [diff] |
imx: imx6sx-sdb: Enable DM QSPI driver To support DM QSPI driver - Add spi0 and spi1 alias for qspi1 and qspi2. - Add -u-boot.dtsi to modify n25q256a@0 and n25q256a@1 compatible string to "spi-flash" and add "num-cs" property. - Enable DM SPI/QSPI relavent configurations - Remove iomux settings of qspi2 in board codes which is not needed for DM driver. - Add sf default settings. So running "sf probe" can detect the flash Signed-off-by: Ye Li <ye.li@nxp.com>