mbox series

[GIT,PULL] dts64 updates for v5.2

Message ID 5ea296e5-92bd-5790-c075-cf4bcb74d88c@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] dts64 updates for v5.2 | expand

Pull-request

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

Message

Matthias Brugger April 23, 2019, 4:12 p.m. UTC
Hi Anrd and Olof,

you can find below the pull request for mediatek related dts64.

Please have a look :)

Regards,
Matthias

---

The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

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

for you to fetch changes up to a4599f6ec8e844f53dac15f719084d3b5ffe68c3:

  arm64: dts: mt8173: add pmu nodes for mt8173 (2019-04-16 10:55:30 +0200)

----------------------------------------------------------------
mt8173:
- use assinged-clocks and assigned-clock-parents
- fix compatible for SoC to a72
- add pmu nodes

mt8183:
- add sysirq binding
- add pinctrl dt header file

mt7629:
- update bindings description fo sysirq, uart and scpsys

mt8516:
- add binding description for watchdog, timer, uart and sysirq

----------------------------------------------------------------
Erin Lo (1):
      dt-bindings: mtk-sysirq: Add compatible for Mediatek MT8183

Fabien Parent (4):
      dt-bindings: wdog: mtk-wdt: add support for MT851
      dt-bindings: timer: mtk-timer: add support for MT8516
      dt-bindings: serial: mtk-uart: add support for MT8516
      dt-bindings: irq: mtk,sysirq: add support for MT8516

Ryder Lee (2):
      dt-bindings: mediatek: update bindings for MT7629 SoC
      dt-bindings: soc: fix a typo for MT7623A

Seiya Wang (2):
      arm64: dts: mt8173: correct cpu type of cpu2 and cpu3 to cortex-a72
      arm64: dts: mt8173: add pmu nodes for mt8173

Yunfei Dong (1):
      arm64: dts: Using standard CCF interface to set vcodec clk

Zhiyong Tao (1):
      arm64: dts: mt8183: add pinctrl file

 .../interrupt-controller/mediatek,sysirq.txt       |    7 +-
 .../devicetree/bindings/serial/mtk-uart.txt        |    4 +-
 .../devicetree/bindings/soc/mediatek/scpsys.txt    |    5 +-
 .../bindings/timer/mediatek,mtk-timer.txt          |    1 +
 .../devicetree/bindings/watchdog/mtk-wdt.txt       |    1 +
 arch/arm64/boot/dts/mediatek/mt8173.dtsi           |   35 +-
 arch/arm64/boot/dts/mediatek/mt8183-pinfunc.h      | 1120 ++++++++++++++++++++
 7 files changed, 1164 insertions(+), 9 deletions(-)
 create mode 100644 arch/arm64/boot/dts/mediatek/mt8183-pinfunc.h

Comments

Olof Johansson April 28, 2019, 7:57 p.m. UTC | #1
On Tue, Apr 23, 2019 at 06:12:24PM +0200, Matthias Brugger wrote:
> Hi Anrd and Olof,
> 
> you can find below the pull request for mediatek related dts64.
> 
> Please have a look :)
> 
> Regards,
> Matthias
> 
> ---
> 
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
> tags/v5.1-next-dts64
> 
> for you to fetch changes up to a4599f6ec8e844f53dac15f719084d3b5ffe68c3:
> 
>   arm64: dts: mt8173: add pmu nodes for mt8173 (2019-04-16 10:55:30 +0200)

Merged, thanks!


-Olof