mbox series

[GIT,PULL] ARM: dts: mediatek updates on dts32 for v5.18

Message ID 3974dc7e-4185-4d88-ab5b-031a7d24214d@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ARM: dts: mediatek updates on dts32 for v5.18 | expand

Pull-request

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

Message

Matthias Brugger March 1, 2022, 9:49 a.m. UTC
Hi Arnd and Olof,

Please find below the updates for the 32 bit based SoC from Mediatek.
We got very initial support for mt6582 and a tablet based on the SoC. Hopefully 
we will get more support for the components of this rather old SoC.
On the other hand we get some support for the Airoha EN7523. Unfortunately I 
didn't got any response for the clock and PCIe driver, so I decided to not wait 
any longer and go forward to add the parts that are ready. We'll have to work 
with the maintainer to unblock the situation on the two left drivers.

Regards,
Matthias

---

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

   Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to ecd2a1c1d541a80a2197fd5cac274c65b3ec30c8:

   ARM: dts: add GPIO support for Airoha EN7523 (2022-03-01 09:04:45 +0100)

----------------------------------------------------------------
- add initial support for mt6582 and Prestigio PMT5008 3G tablet
- add basic support for Airoha EN7523

----------------------------------------------------------------
John Crispin (4):
       dt-bindings: Add vendor prefix for Airoha
       dt-bindings: arm: airoha: Add binding for EN7523 SoC and EVB
       ARM: Add basic support for Airoha EN7523 SoC
       ARM: dts: add GPIO support for Airoha EN7523

Maxim Kutnij (3):
       ARM: dts: Add initial support for Mediatek mt6582
       ARM: dts: Add initial support for Prestigio PMT5008 3G tablet
       dt-bindings: mediatek: Adds a DT binding documentation for the MT6582 SoC

  Documentation/devicetree/bindings/arm/airoha.yaml  |  28 +++++
  .../devicetree/bindings/arm/mediatek.yaml          |   4 +
  .../bindings/timer/mediatek,mtk-timer.txt          |   1 +
  .../devicetree/bindings/vendor-prefixes.yaml       |   2 +
  .../devicetree/bindings/watchdog/mtk-wdt.txt       |   1 +
  arch/arm/Kconfig                                   |  12 ++
  arch/arm/Makefile                                  |   1 +
  arch/arm/boot/dts/Makefile                         |   2 +
  arch/arm/boot/dts/en7523-evb.dts                   |  35 ++++++
  arch/arm/boot/dts/en7523.dtsi                      | 138 +++++++++++++++++++++
  arch/arm/boot/dts/mt6582-prestigio-pmt5008-3g.dts  |  43 +++++++
  arch/arm/boot/dts/mt6582.dtsi                      | 128 +++++++++++++++++++
  arch/arm/mach-airoha/Makefile                      |   2 +
  arch/arm/mach-airoha/airoha.c                      |  16 +++
  14 files changed, 413 insertions(+)
  create mode 100644 Documentation/devicetree/bindings/arm/airoha.yaml
  create mode 100644 arch/arm/boot/dts/en7523-evb.dts
  create mode 100644 arch/arm/boot/dts/en7523.dtsi
  create mode 100644 arch/arm/boot/dts/mt6582-prestigio-pmt5008-3g.dts
  create mode 100644 arch/arm/boot/dts/mt6582.dtsi
  create mode 100644 arch/arm/mach-airoha/Makefile
  create mode 100644 arch/arm/mach-airoha/airoha.c

Comments

Arnd Bergmann March 8, 2022, 4:44 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Tue, 1 Mar 2022 10:49:10 +0100, Matthias Brugger wrote:
> Please find below the updates for the 32 bit based SoC from Mediatek.
> We got very initial support for mt6582 and a tablet based on the SoC. Hopefully
> we will get more support for the components of this rather old SoC.
> On the other hand we get some support for the Airoha EN7523. Unfortunately I
> didn't got any response for the clock and PCIe driver, so I decided to not wait
> any longer and go forward to add the parts that are ready. We'll have to work
> with the maintainer to unblock the situation on the two left drivers.
> 
> [...]

Merged into arm/dt, thanks!

merge commit: 8a6ea4edcf3e1c9eada53d64da192df009fddc18

       Arnd