mbox series

[GIT,PULL] arm64: DT updates for v5.8 (2nd round)

Message ID 7c9f85c7-5b13-38e3-7a1f-a3cd6461b095@gmail.com
State New
Headers show
Series [GIT,PULL] arm64: DT updates for v5.8 (2nd round) | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/ tags/v5.7-next-dts64.2

Message

Matthias Brugger May 23, 2020, 9:03 p.m. UTC
Hi Olof and Arnd,

This is the second round of DTS updates for arm64 based SoCs from MediaTek.

It's based on the first pull request I send on 16th of May [1].
Please have a look and apply :)

Regards,
Matthias

[1]
https://lore.kernel.org/linux-mediatek/2794a8db-c14f-ac34-9e28-9f3700db6c4c@gmail.com/

---
The following changes since commit f0e5405b9ebf084c34c41f5d38a0013bee166f4d:

  arm64: dts: mt8173: Add capacity-dmips-mhz attributes (2020-05-16 18:36:40 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
tags/v5.7-next-dts64.2

for you to fetch changes up to 21eb9ec7c3e6f5c6ddae2e19768fd7eab2cd3b63:

  arm: dts: mt2712: add uart APDMA to device tree (2020-05-23 21:03:13 +0200)

----------------------------------------------------------------
mt8183:
- add PMIC mt6358
- add MMC node

mt2712:
- enable APDMA for the uart node
- add ethernet gmac node

mmsys:
- change node name to syscon as mmsys no longer represents only clocks
  but also the DRM subsystem

----------------------------------------------------------------
Biao Huang (1):
      arm64: dts: mt2712: add ethernet device node

Enric Balletbo i Serra (1):
      arm64: dts: mt8173: Fix mmsys node name

Hsin-Hsiung Wang (1):
      arm64: dts: mt6358: add PMIC MT6358 related nodes

Long Cheng (1):
      arm: dts: mt2712: add uart APDMA to device tree

Matthias Brugger (1):
      arm64: dts: mt6797: Fix mmsys node name

jjian zhou (1):
      arm64: dts: mt8183: add mmc node

 arch/arm64/boot/dts/mediatek/mt2712-evb.dts |  74 ++++++
 arch/arm64/boot/dts/mediatek/mt2712e.dtsi   | 116 +++++++++
 arch/arm64/boot/dts/mediatek/mt6358.dtsi    | 358 ++++++++++++++++++++++++++++
 arch/arm64/boot/dts/mediatek/mt6797.dtsi    |   2 +-
 arch/arm64/boot/dts/mediatek/mt8173.dtsi    |   2 +-
 arch/arm64/boot/dts/mediatek/mt8183-evb.dts | 147 ++++++++++++
 arch/arm64/boot/dts/mediatek/mt8183.dtsi    |  24 ++
 7 files changed, 721 insertions(+), 2 deletions(-)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt6358.dtsi