From patchwork Sat Mar 14 12:53:53 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuldeep Singh X-Patchwork-Id: 243640 List-Id: U-Boot discussion From: kuldeep.singh at nxp.com (Kuldeep Singh) Date: Sat, 14 Mar 2020 18:23:53 +0530 Subject: [Patch v3 0/3] Enable octal read support for mt35xu* flashes Message-ID: <1584190436-8772-1-git-send-email-kuldeep.singh@nxp.com> Patch series enable octal read(1-1-8) support for LX2160ARDB/QDS and LS1028ARDB/QDS which have mt35xu512aba and mt35xu02g flashes respectively. mt35xu512aba and mt35xu02g flashes support SINGLE and OCTAL I/O. Previously, 1 bit mode was used in u-boot and now use octal mode for the flashes. Patch 1 enables octal read flag for flashes in framework. Patch 2/3 adds RX,TX buswidth in flexspi dts entries to use octal mode for LS1028ARDB/QDS, LX2160ARDB/QDS. v3: -Patch 3 has dependency on https://patchwork.ozlabs.org/patch/1247579/. -Reword commit message for patch 2/3. v2: -Update dependencies of the patches -Add lx2160aqds node buswidth in patch3. -Patch3 has dependency on https://patchwork.ozlabs.org/patch/1236164/. Kuldeep Singh (3): mtd: spi-nor-ids: Enable SPI_NOR_OCTAL_READ flag for mt35xu* arm: dts: ls1028a: Use flexspi in octal I/O mode arm: dts: lx2160a: Use flexspi in octal I/O mode arch/arm/dts/fsl-ls1028a-qds.dts | 2 ++ arch/arm/dts/fsl-ls1028a-rdb.dts | 2 ++ arch/arm/dts/fsl-lx2160a-qds.dts | 2 ++ arch/arm/dts/fsl-lx2160a-rdb.dts | 4 ++++ drivers/mtd/spi/spi-nor-ids.c | 4 ++-- 5 files changed, 12 insertions(+), 2 deletions(-)