mbox series

[GIT,PULL] arm64: dts: mediatek updates for v5.18

Message ID c2064dcc-acdc-c86b-5ef7-cb8e7ae3122f@gmail.com
State New
Headers show
Series [GIT,PULL] arm64: dts: mediatek updates for v5.18 | expand

Pull-request

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

Message

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

Please have a look into the below updates for v5.18
Little by little the mt8192 is getting into shape, now that the devices have the 
corresponding clock drivers. We also gained watchdog and power domain controller.
Also mt8183 has now support for the keyboard connected to the PMIC as well as 
the JPGEG enconder.
On the router side, unfortunately the mt7986 is moving a bit slow. Hopefully in 
the next cycle we can get more drivers supported for this new chip.

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-dts64

for you to fetch changes up to 809967d76e919af142028fae0f024b8d6966fac8:

   arm64: dts: mediatek: update mt7986b memory node (2022-03-01 09:49:02 +0100)

----------------------------------------------------------------
mt8192
- add clocks to the devices
- add watchdog node
- add power domain controller node

mt8183:
- add pmic (mt6358) key board node
- add JPEG enconder node

mt7986:
- update memory node
- add clock controller for mt7986a version

----------------------------------------------------------------
Allen-KH Cheng (6):
       arm64: dts: mediatek: Correct uart clock of MT8192
       arm64: dts: mediatek: Correct SPI clock of MT8192
       arm64: dts: mediatek: Correct Nor Flash clock of MT8192
       arm64: dts: mediatek: Correct I2C clock of MT8192
       arm64: dts: mediatek: Correct system timer clock of MT8192
       arm64: dts: mt8192: Add watchdog node

Chun-Jie Chen (1):
       arm64: dts: mediatek: Add mt8192 power domains controller

Maoguang Meng (1):
       arm64: dts: mt8183: add jpeg enc node for mt8183

Mattijs Korpershoek (1):
       arm64: dts: mt6358: add mt6358-keys node

Sam Shih (3):
       arm64: dts: mediatek: add clock support for mt7986a
       arm64: dts: mediatek: update mt7986a memory node
       arm64: dts: mediatek: update mt7986b memory node

  arch/arm64/boot/dts/mediatek/mt6358.dtsi     |  12 ++
  arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts |   3 +-
  arch/arm64/boot/dts/mediatek/mt7986a.dtsi    |  68 +++++-
  arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts |   3 +-
  arch/arm64/boot/dts/mediatek/mt8183.dtsi     |  12 ++
  arch/arm64/boot/dts/mediatek/mt8192.dtsi     | 299 +++++++++++++++++++++++----
  6 files changed, 350 insertions(+), 47 deletions(-)

Comments

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

On Tue, 1 Mar 2022 10:43:41 +0100, Matthias Brugger wrote:
> Please have a look into the below updates for v5.18
> Little by little the mt8192 is getting into shape, now that the devices have the
> corresponding clock drivers. We also gained watchdog and power domain controller.
> Also mt8183 has now support for the keyboard connected to the PMIC as well as
> the JPGEG enconder.
> On the router side, unfortunately the mt7986 is moving a bit slow. Hopefully in
> the next cycle we can get more drivers supported for this new chip.
> 
> [...]

Merged into arm/dt, thanks!

merge commit: c723b6b7b7a1331709b44f16655ad702e10b025a

       Arnd