1089-mtd-spi-nor-fsl-quadspi-add-support-for-layerscape.patch 975 B

12345678910111213141516171819202122232425262728
  1. From 9c6153130081ef2c109e2a243a598f2bc0dc6413 Mon Sep 17 00:00:00 2001
  2. From: Yuan Yao <yao.yuan@freescale.com>
  3. Date: Tue, 17 Nov 2015 17:06:47 +0800
  4. Subject: [PATCH 089/113] mtd: spi-nor: fsl-quadspi: add support for
  5. layerscape
  6. [context adjustment]
  7. LS1043a and LS2080A in the Layerscape family also support Freescale Quad
  8. SPI, make Quad SPI selectable for these hardwares.
  9. Signed-off-by: Yuan Yao <yao.yuan@nxp.com>
  10. Integrated-by: Jiang Yutang <yutang.jiang@nxp.com>
  11. ---
  12. drivers/mtd/spi-nor/Kconfig | 2 +-
  13. 1 file changed, 1 insertion(+), 1 deletion(-)
  14. --- a/drivers/mtd/spi-nor/Kconfig
  15. +++ b/drivers/mtd/spi-nor/Kconfig
  16. @@ -23,7 +23,7 @@ config MTD_SPI_NOR_USE_4K_SECTORS
  17. config SPI_FSL_QUADSPI
  18. tristate "Freescale Quad SPI controller"
  19. - depends on ARCH_MXC || SOC_LS1021A || COMPILE_TEST
  20. + depends on ARCH_MXC || SOC_LS1021A || ARCH_LAYERSCAPE || COMPILE_TEST
  21. depends on HAS_IOMEM
  22. help
  23. This enables support for the Quad SPI controller in master mode.