Merge tag 'actions-arm64-dt-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel...
authorOlof Johansson <olof@lixom.net>
Sat, 3 Oct 2020 19:36:26 +0000 (12:36 -0700)
committerOlof Johansson <olof@lixom.net>
Sat, 3 Oct 2020 19:36:28 +0000 (12:36 -0700)
commita3ca4b5e92267670bf2fcdca7d1aaa96f89ea652
tree160f62df3d2ee7618efaf737288e0c8b74bd5f4e
parentd4509b65457a456d3ed1c2fa0dd6c8d5b9d4f0bc
parent13441281bde0b63c6a4767182adbb0c5c1313321
Merge tag 'actions-arm64-dt-for-v5.10' of git://git./linux/kernel/git/mani/linux-actions into arm/dt

Actions Semi ARM64 DT for v5.10:

- Fix the memory region used by pinctrl and sps drivers on the S700 SoC.
  The issue is fixed by limiting the address space used by pinctrl driver.
  In hardware these two are separate subsystems but the hw engineers somehow
  merged the registers space into one. So we now limit the address space with
  appropriate offsets for the two drivers.

- Add DMA controller support for S700 SoC. The relevant driver changes are
  picked up by DMA Engine mainatainer. The DMA on this SoC can be used for
  mem-to-mem and mem-to-peripheral transfers.

* tag 'actions-arm64-dt-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mani/linux-actions:
  arm64: dts: actions: Add DMA Controller for S700
  arm64: dts: actions: limit address range for pinctrl node

Link: https://lore.kernel.org/r/20200922114030.GC11251@Mani-XPS-13-9360
Signed-off-by: Olof Johansson <olof@lixom.net>