mbox series

[GIT,PULL] ARM: dts: mediatek: updates for v5.13

Message ID be262120-6cd9-87a7-ccc3-f5c403cff66b@gmail.com
State New
Headers show
Series [GIT,PULL] ARM: dts: mediatek: updates for v5.13 | expand

Pull-request

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

Message

Matthias Brugger April 1, 2021, 2:01 p.m. UTC
Hi Olof and Arnd,

Please take the below patches into account. These are mostly cleanups to make
the DTB checker happy. Apart from that we now have SMP support for MT6589, it's
nice to see that someone keeps working on this old platform with which I started
upstreaming :)

Regards,
Matthias

---

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 562f818deaf0601f224999cc39b6c97fbb2adc57:

  arm: mediatek: dts: activate SMP for mt6589 (2021-03-30 12:12:25 +0200)

----------------------------------------------------------------
- fix dtbs_check warnings
- enable SMP for mt6589

----------------------------------------------------------------
Boris Lysov (1):
      arm: mediatek: dts: activate SMP for mt6589

Chunfeng Yun (3):
      arm: dts: mt7629: harmonize node names and compatibles
      arm: dts: mt7623: harmonize node names and compatibles
      arm: dts: mt2701: harmonize node names and compatibles

 arch/arm/boot/dts/mt2701.dtsi  | 19 +++++++++++--------
 arch/arm/boot/dts/mt6589.dtsi  |  1 +
 arch/arm/boot/dts/mt7623.dtsi  | 26 ++++++++++++++------------
 arch/arm/boot/dts/mt7623n.dtsi |  4 ++--
 arch/arm/boot/dts/mt7629.dtsi  | 12 +++++++-----
 5 files changed, 35 insertions(+), 27 deletions(-)

Comments

Arnd Bergmann April 1, 2021, 8:15 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Thu, 1 Apr 2021 16:01:34 +0200, Matthias Brugger wrote:
> Please take the below patches into account. These are mostly cleanups to make
> the DTB checker happy. Apart from that we now have SMP support for MT6589, it's
> nice to see that someone keeps working on this old platform with which I started
> upstreaming :)
> 
> Regards,
> Matthias

Merged into arm/dt, thanks!

merge commit: 8028548ba16284166987d8969e0c5bec36a0228d

       Arnd