mbox series

[GIT,PULL] arm: mediatek: dts32 updates for v5.4

Message ID e236f659-2851-21b8-1873-314cd72ed6be@gmail.com
State New
Headers show
Series [GIT,PULL] arm: mediatek: dts32 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:40 p.m. UTC
Hi Arnd and Olof,

please have a look on the following patch.

Regards,
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-dts32

for you to fetch changes up to cc212241df0b8975bb0e6d7f9028405a9c664e49:

  arm: dts: mediatek: add basic support for MT7629 SoC (2019-08-22 11:22:17 +0200)

----------------------------------------------------------------
add support for the mt7629 reference board

----------------------------------------------------------------
Ryder Lee (1):
      arm: dts: mediatek: add basic support for MT7629 SoC

 arch/arm/boot/dts/Makefile                |   1 +
 arch/arm/boot/dts/mt7629-rfb.dts          | 263 ++++++++++++++++
 arch/arm/boot/dts/mt7629.dtsi             | 481 ++++++++++++++++++++++++++++++
 include/dt-bindings/reset/mt7629-resets.h |  71 +++++
 4 files changed, 816 insertions(+)
 create mode 100644 arch/arm/boot/dts/mt7629-rfb.dts
 create mode 100644 arch/arm/boot/dts/mt7629.dtsi
 create mode 100644 include/dt-bindings/reset/mt7629-resets.h

Comments

Arnd Bergmann Sept. 3, 2019, 1:59 p.m. UTC | #1
On Fri, Aug 23, 2019 at 6:40 PM Matthias Brugger <matthias.bgg@gmail.com> wrote:

>
>   https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/
> tags/v5.3-next-dts32
>
> for you to fetch changes up to cc212241df0b8975bb0e6d7f9028405a9c664e49:
>
>   arm: dts: mediatek: add basic support for MT7629 SoC (2019-08-22 11:22:17 +0200)
>
> ----------------------------------------------------------------
> add support for the mt7629 reference board
>

Pulled into arm/dt, thanks!

      Arnd