Skip to content
Snippets Groups Projects
  1. Jan 04, 2022
  2. Dec 15, 2021
  3. Nov 02, 2021
  4. Oct 22, 2021
  5. Aug 12, 2021
  6. Aug 10, 2021
  7. Aug 03, 2021
  8. Jul 30, 2021
    • Haibo Chen's avatar
      LF-4227-3 ARM: dts: change the spi-nor tx/rx · 4cf87437
      Haibo Chen authored
      
      Before commit 0e30f472 ("mtd: spi-nor: add support for DTR protocol"),
      for all PP command, it only support 1-1-1 mode, no matter the tx setting
      in dts. But after the upper commit, the logic change. It will choose
      the best mode(fastest mode) which flash device and spi-nor host controller
      both support.
      Though the spi-nor device on imx6sx-sdb/imx6ul(l/z)-14x14-evk/imx7d-sdb board
      do not support PP-1-4-4, but if tx is 4 in dts file, it will also impact the
      read mode select. For the spi-nor on the upper mentioned boards, it support
      read 1-4-4 mode and read 1-1-4 mode in sfdp register. But according to test,
      this read 1-4-4 mode do not stable enough. So set the tx to 1 in dts, let the
      common code finally select read 1-1-4 mode, which can work stable enough.
      
      Acked-by: default avatarHan Xu <han.xu@nxp.com>
      Signed-off-by: default avatarHaibo Chen <haibo.chen@nxp.com>
      4cf87437
  9. Jul 20, 2021
  10. Jul 19, 2021
  11. Jul 16, 2021
  12. Jul 14, 2021
Loading