]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'imx-qspi-dt-clean' of git://git.kernel.org/pub/scm/linux/kernel/git/shawng...
authorArnd Bergmann <arnd@arndb.de>
Thu, 20 Dec 2018 15:47:25 +0000 (16:47 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 20 Dec 2018 15:53:54 +0000 (16:53 +0100)
commit16044e28dfb9d30a9a28d4ac41de0acf0f169d6b
tree885fb10255e298c816e1a80463d7b3c380cde7c5
parent1166ed2a4a9418a32c16d71839962e9f91eba4ad
parent5af42eccd493a12c185f798cdcda041ea1c9e208
Merge tag 'imx-qspi-dt-clean' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into next/dt

Freescale QSPI device tree cleanup for 4.21:
 - It contains a series from Schrempf Frieder that cleans up FSL QSPI
   device tree nodes.  The current device trees are broken because they
   use an inconsistent scheme for assigning the reg properties.  It
   becomes a problem with ongoing QSPI driver under SPI framework.  So
   the cleanup is a preparation for new driver landing in the next
   cycle.

* tag 'imx-qspi-dt-clean' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux:
  arm64: dts: Add spi-[tx/rx]-bus-width for the FSL QSPI controller
  arm64: dts: Remove unused properties from FSL QSPI driver nodes
  ARM: dts: Add spi-[tx/rx]-bus-width for the FSL QSPI controller
  ARM: dts: imx6sx-sdb: Fix the reg properties for the FSL QSPI nodes
  ARM: dts: Remove unused properties from FSL QSPI driver nodes

Signed-off-by: Arnd Bergmann <arnd@arndb.de>