mbox series

[GIT,PULL] arm64: mediatek: dts64 updates for v5.4

Message ID def8fb77-fce4-097d-7ae2-8c4670bc09c1@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] arm64: mediatek: dts64 updates for v5.4 | expand

Pull-request

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

Message

Matthias Brugger Aug. 23, 2019, 4:42 p.m. UTC
Hi Olof and Arnd,

Please take the following patches into account.

Thanks!
Matthias

---
The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 7b07a7a4e169180c7da5078bdf5254515e69c152:

  dt-bindings: irq: mtk, sysirq: add support for mt6779 (2019-08-23 17:50:07 +0200)

----------------------------------------------------------------
mt8183:
- fix pwrap interrupt number
- add i2c notes

dt-bindings:
- add compatible for mt6779
- add mt6779 uart and sysirq compatible

----------------------------------------------------------------
Hsin-Hsiung Wang (1):
      arm64: dts: mt8183: fix pwrap gic number

Mars Cheng (3):
      dt-bindings: mediatek: add support for mt6779 reference board
      dt-bindings: mtk-uart: add mt6779 uart bindings
      dt-bindings: irq: mtk, sysirq: add support for mt6779

Qii Wang (1):
      arm64: dts: mt8183: add I2C nodes

 .../devicetree/bindings/arm/mediatek.yaml          |   4 +
 .../interrupt-controller/mediatek,sysirq.txt       |   1 +
 .../devicetree/bindings/serial/mtk-uart.txt        |   1 +
 arch/arm64/boot/dts/mediatek/mt8183-evb.dts        |  96 +++++++++++
 arch/arm64/boot/dts/mediatek/mt8183.dtsi           | 191 ++++++++++++++++++++-
 5 files changed, 292 insertions(+), 1 deletion(-)

Comments

Arnd Bergmann Sept. 3, 2019, 2 p.m. UTC | #1
On Fri, Aug 23, 2019 at 6:42 PM Matthias Brugger <matthias.bgg@gmail.com> wrote:
>   dt-bindings: irq: mtk, sysirq: add support for mt6779 (2019-08-23 17:50:07 +0200)
>
> ----------------------------------------------------------------
> mt8183:
> - fix pwrap interrupt number
> - add i2c notes
>
> dt-bindings:
> - add compatible for mt6779
> - add mt6779 uart and sysirq compatible

Pulled into arm/dt, thanks!

     Arnd