mbox series

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

Message ID c512b5cb-e639-1429-64db-9c1a53378c49@gmail.com
State New
Headers show
Series [GIT,PULL] arm64: dts: MediaTek updates for v5.7 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/

Message

Matthias Brugger March 20, 2020, 12:07 p.m. UTC
Hi Olof and Arnd,

Please have a look on the 64-bit DTS updates for MediaTek SoCs.

Thanks,
Matthias

---

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 836e4a2e3d9e8f0a72446073280b2224bec1c9eb:

  arm64: dts: add RTC nodes for MT2712 (2020-03-15 19:47:35 +0100)

----------------------------------------------------------------
mt2712:
- add real time clock node

mt8173:
- mark arch timer invalid in suspend

mt8183:
- add CPU idle states
- add watchdog node
- add dynamic power coefficient and cooling cells for all CPUs

mt8516:
- add basic support for the SoC
- add basic support for the pumpkin board

----------------------------------------------------------------
Fabien Parent (2):
      arm64: dts: mediatek: add dtsi for MT8516
      arm64: dts: mediatek: add pumpkin board dts

Hsin-Yi Wang (1):
      arm64: dts: mt8173: add arm,no-tick-in-suspend in timer

James Liao (1):
      arm64: dts: mt8183: Enable CPU idle-states

Matthias Brugger (1):
      arm64: dts: mediatek: rename scpsys nodes to power-controller

Ran Bi (1):
      arm64: dts: add RTC nodes for MT2712

michael.kao (2):
      arm64: dts: mt8183: add/update dynamic power coefficients
      arm64: dts: mt8183: Add #cooling-cells to CPU nodes

yong.liang (1):
      amr64: dts: mt8183: Add watchdog node

 arch/arm64/boot/dts/mediatek/Makefile            |   1 +
 arch/arm64/boot/dts/mediatek/mt2712e.dtsi        |   8 +-
 arch/arm64/boot/dts/mediatek/mt6797.dtsi         |   2 +-
 arch/arm64/boot/dts/mediatek/mt7622.dtsi         |   2 +-
 arch/arm64/boot/dts/mediatek/mt8173.dtsi         |   3 +-
 arch/arm64/boot/dts/mediatek/mt8183.dtsi         |  53 ++
 arch/arm64/boot/dts/mediatek/mt8516-pinfunc.h    | 663 +++++++++++++++++++++++
 arch/arm64/boot/dts/mediatek/mt8516-pumpkin.dts  |  20 +
 arch/arm64/boot/dts/mediatek/mt8516.dtsi         | 457 ++++++++++++++++
 arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi | 221 ++++++++
 10 files changed, 1426 insertions(+), 4 deletions(-)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8516-pinfunc.h
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8516-pumpkin.dts
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8516.dtsi
 create mode 100644 arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi