mbox series

[GIT,PULL] ARM: dts: MediaTek DT changes for v5.20

Message ID 63536da6-fbe4-2d96-ab91-ae756cd580c4@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ARM: dts: MediaTek DT changes for v5.20 | expand

Pull-request

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

Message

Matthias Brugger July 8, 2022, 5:36 p.m. UTC
Hi Olof and Arnd,

Please have a look at the following changes to MediaTek based HW in the 32-bit 
Arm space. The most notable change is that we now have support for clock and 
PCIe on the Airoha EN7523, which were the last two bits that were missing.

Regards,
Matthias

---
The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56:

   Linux 5.19-rc1 (2022-06-05 17:18:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4da8b5e9f24a8036660f7a09553c0ddc5db4839a:

   ARM: dts: mediatek: align gpio-key node names with dtschema (2022-06-17 
12:44:05 +0200)

----------------------------------------------------------------
Airoha EN7523:
- Add clock and PCIe support

Several style fixes to comply with DT spec.

----------------------------------------------------------------
Felix Fietkau (2):
       ARM: dts: add clock support for Airoha EN7523
       ARM: dts: Add PCIe support for Airoha EN7523

Krzysztof Kozlowski (2):
       ARM: dts: mediatek: adjust whitespace around '='
       ARM: dts: mediatek: align gpio-key node names with dtschema

  arch/arm/boot/dts/en7523-evb.dts              |  8 ++++
  arch/arm/boot/dts/en7523.dtsi                 | 66 +++++++++++++++++++++++++++
  arch/arm/boot/dts/mt2701.dtsi                 |  8 ++--
  arch/arm/boot/dts/mt7623.dtsi                 |  6 +--
  arch/arm/boot/dts/mt7623a-rfb-emmc.dts        |  4 +-
  arch/arm/boot/dts/mt7623a-rfb-nand.dts        |  4 +-
  arch/arm/boot/dts/mt7623n-bananapi-bpi-r2.dts |  4 +-
  arch/arm/boot/dts/mt7623n-rfb-emmc.dts        |  4 +-
  arch/arm/boot/dts/mt7629-rfb.dts              |  4 +-
  9 files changed, 91 insertions(+), 17 deletions(-)

Comments

Arnd Bergmann July 14, 2022, 3:36 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Fri, 8 Jul 2022 19:36:06 +0200, Matthias Brugger wrote:
> Please have a look at the following changes to MediaTek based HW in the 32-bit
> Arm space. The most notable change is that we now have support for clock and
> PCIe on the Airoha EN7523, which were the last two bits that were missing.
> 
> Regards,
> Matthias

Merged into arm/dt, thanks!

merge commit: 1a110d77a9b9f8ae023634845dd8fd9c1c2efe21

       Arnd