kernel: bump 4.9 to 4.9.67
[openwrt/staging/kaloz.git] / target / linux / layerscape / patches-4.9 / 815-spi-support-layerscape.patch
index b9c531651853292e840e8a905e6dd72ae9e1bd19..761680913b8d0bde61d8e13ac87267bf9138e80f 100644 (file)
@@ -15,16 +15,6 @@ Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
  drivers/spi/spi-fsl-dspi.c | 309 ++++++++++++++++++++++++++++++++++++++++++++-
  2 files changed, 305 insertions(+), 5 deletions(-)
 
---- a/drivers/spi/Kconfig
-+++ b/drivers/spi/Kconfig
-@@ -365,6 +365,7 @@ config SPI_FSL_SPI
- config SPI_FSL_DSPI
-       tristate "Freescale DSPI controller"
-       select REGMAP_MMIO
-+      depends on HAS_DMA
-       depends on SOC_VF610 || SOC_LS1021A || ARCH_LAYERSCAPE || COMPILE_TEST
-       help
-         This enables support for the Freescale DSPI controller in master
 --- a/drivers/spi/spi-fsl-dspi.c
 +++ b/drivers/spi/spi-fsl-dspi.c
 @@ -15,6 +15,8 @@