mbox series

[GIT,PULL] arm64: dts updates for v5.15

Message ID 26c4026a-9f26-d5a3-c30f-439120a4eaa0@gmail.com
State New
Headers show
Series [GIT,PULL] arm64: dts updates for v5.15 | expand

Pull-request

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

Message

Matthias Brugger Aug. 9, 2021, 12:20 p.m. UTC
Hi Arnd and Olof,

Please have a look for the arm64 DTS updates. This time we only have smaller
changes for existing boards, but no new HW. But don't worry, probably for v5.16
we will see some new SoCs.

Regards,
Matthias

---
The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3:

  Linux 5.14-rc1 (2021-07-11 15:07:40 -0700)

are available in the Git repository at:

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

for you to fetch changes up to ce5db043d2e8811f30de3ebb5d9e6bd8a33596c4:

  dt-bindings: mediatek: Add optional mediatek,gce-events property (2021-08-05
17:37:54 +0200)

----------------------------------------------------------------
MT8173:
- Add regulator for MFG_ASYNC power domain
- Use alias for MMC to get fixed numbers

MT8183:
- Use alia for MMC to get fixed numbers
- Add optional event number for Global Comman Engine

----------------------------------------------------------------
Bilal Wasim (1):
      arm64: dts: mediatek: mt8173: Add domain supply for mfg_async

Hsin-Yi Wang (4):
      arm64: dts: mt8183: kukui: Use aliases to mmc nodes
      arm64: dts: mt8173: elm: Use aliases to mmc nodes
      arm64: dts: mt8183: add mediatek,gce-events in mutex
      dt-bindings: mediatek: Add optional mediatek,gce-events property

 Documentation/devicetree/bindings/mailbox/mtk-gce.txt | 15 +++++++++++++++
 arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi          | 10 ++++++++++
 arch/arm64/boot/dts/mediatek/mt8173-evb.dts           |  4 ++++
 arch/arm64/boot/dts/mediatek/mt8173.dtsi              |  2 +-
 arch/arm64/boot/dts/mediatek/mt8183-kukui.dtsi        |  2 ++
 arch/arm64/boot/dts/mediatek/mt8183.dtsi              |  2 ++
 6 files changed, 34 insertions(+), 1 deletion(-)

Comments

Arnd Bergmann Aug. 12, 2021, 9:05 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 9 Aug 2021 14:20:11 +0200, Matthias Brugger wrote:
> Please have a look for the arm64 DTS updates. This time we only have smaller
> changes for existing boards, but no new HW. But don't worry, probably for v5.16
> we will see some new SoCs.
> 
> Regards,
> Matthias

Merged into arm/dt, thanks!

merge commit: 261a910d6cb7f6079974aa61d31124483832911a

       Arnd