* [GIT,PULL,1/3] MediaTek ARM64 Device Tree updates for v7.2
@ 2026-06-01 9:12 AngeloGioacchino Del Regno
2026-06-01 9:12 ` [GIT,PULL,2/3] MediaTek ARM32 " AngeloGioacchino Del Regno
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: AngeloGioacchino Del Regno @ 2026-06-01 9:12 UTC (permalink / raw)
To: arm-soc, soc; +Cc: linux-arm-kernel, linux-mediatek, matthias.bgg
The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git/ tags/mtk-dts64-for-v7.2
for you to fetch changes up to 9897c586b09f79ebcf2e67a888743c046b20d254:
arm64: dts: mediatek: add LED and key support on Xiaomi AX3000T (2026-05-25 10:43:10 +0200)
----------------------------------------------------------------
MediaTek ARM64 DeviceTree updates
This adds improvements for already supported SoCs and devices.
In particular:
- Adds support for the MT7981 SoC's Crypto Accelerator
- Enables gpio-keys and leds found on the MT7981b based
Xiaomi AX3000T router
- Adds new variants of MT7988 BananaPi BPi-R4 Pro
- ...and some spare cleanups for all BPi-R4 Pro boards
- Adds a MediaTek MT6365 devicetree and uses it in all of
the relevant supported boards in place of MT6359, where
needed (the MT6365 PMIC is a fully compatible variant
of the MT6359 PMIC, but still not named MT6359).
- Adds correct power supplies for CPUs and devices on a
variety of MediaTek Chromebooks and Genio AIoT boards,
including:
- MT8186 Corsola Chromebooks
- MT8192 Asurada Chromebooks
- MT8195 Cherry Chromebooks
- MT8390 Genio based boards
- MT8395 Genio based boards
- Adds HDMI TX support for Ezurio Tungsten 510/700 boards.
----------------------------------------------------------------
Aleksander Jan Bajkowski (2):
arm64: dts: mediatek: add crypto offload support on MT7981
arm64: dts: mediatek: add LED and key support on Xiaomi AX3000T
Chen-Yu Tsai (21):
arm64: dts: mediatek: mt8192-asurada: Move PCIe DMA bounce buffer to host
arm64: dts: mediatek: mt8186-corsola-voltorb: Add MT6315 PMIC supplies
arm64: dts: mediatek: mt6359: Switch to proper ldo_vcn33_[12] regulators
arm64: dts: mediatek: mt8192-asurada: Add MT6359 PMIC supplies
arm64: dts: mediatek: mt8192-asurada: Add MT6315 PMIC supplies
arm64: dts: mediatek: mt8192-asurada: Add supplies for ChromeOS EC regulators
arm64: dts: mediatek: mt8192-asurada: Add CPU power supplies
arm64: dts: mediatek: mt8192-asurada: Add SPI NOR flash power supply
arm64: dts: mediatek: mt8192-asurada: Fix WiFi regulator description
arm64: dts: mediatek: mt8195-cherry: Add MT6359 PMIC supplies
arm64: dts: mediatek: mt8195-cherry: Add MT6315 PMIC supplies
arm64: dts: mediatek: mt8195-cherry: Add supplies for ChromeOS EC regulators
arm64: dts: mediatek: mt8195-cherry: Fix VBUS regulator description
arm64: dts: mediatek: mt8195-cherry: Add supply for SPI NOR flash
arm64: dts: mediatek: mt8195-cherry: Add vusb33 supplies for XHCI controllers
arm64: dts: mediatek: mt8188-geralt: Add MT6359 PMIC supplies
arm64: dts: mediatek: mt8188-geralt: Add little core CPU power supplies
arm64: dts: mediatek: mt8192-asurada: Fix SPI-NOR flash compatible
arm64: dts: mediatek: mt8192-asurada: Add (BT|WIFI)_KILL_1V8_L GPIO line names
arm64: dts: mediatek: mt8195-cherry: Fix names for EC controlled regulators
arm64: dts: mediatek: mt8195-cherry: Sort top level nodes correctly
Frank Wunderlich (4):
arm64: dts: mediatek: mt7988a-bpi-r4pro: rename mgmt port to lan5
arm64: dts: mediatek: mt7988a-bpi-r4pro: drop duplicate fan properties
arm64: dts: mediatek: mt7988a-bpi-r4pro: update gpio-leds
arm64: dts: mediatek: mt7988a-bpi-r4pro: rework pcie gpio-hog handling
Gary Bisson (1):
arm64: dts: mediatek: mt8390-tungsten-smarc: add HDMI support
Louis-Alexis Eyraud (9):
arm64: dts: mediatek: add MT6365 PMIC include
arm64: dts: mediatek: mt8390-genio-common: use MT6365 PMIC definitions
arm64: dts: mediatek: mt8395-genio-common: use MT6365 PMIC definitions
arm64: dts: mediatek: mt8395-radxa-nio-12l: use MT6365 PMIC definitions
arm64: dts: mediatek: mt8390-genio-common: add MT6319 PMIC support
arm64: dts: mediatek: mt8390-genio-common: add CPU power supplies
arm64: dts: mediatek: mt8390-genio-700-evk: add specific CPU power supplies
arm64: dts: mediatek: mt8395-genio-common: add MT6315 PMIC supplies
arm64: dts: mediatek: mt8395-genio-common: add MT6360 PMIC supplies
arch/arm64/boot/dts/mediatek/Makefile | 8 +++++
arch/arm64/boot/dts/mediatek/mt6359.dtsi | 22 +++-----------
arch/arm64/boot/dts/mediatek/mt6365.dtsi | 26 ++++++++++++++++
arch/arm64/boot/dts/mediatek/mt7981b-xiaomi-ax3000t.dts | 36 ++++++++++++++++++++++
arch/arm64/boot/dts/mediatek/mt7981b.dtsi | 15 ++++++++++
arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-pro-cn13.dtso | 20 +++++++++++++
arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-pro-cn14.dtso | 20 +++++++++++++
arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-pro.dtsi | 15 ++--------
arch/arm64/boot/dts/mediatek/mt8186-corsola-voltorb.dtsi | 4 +++
arch/arm64/boot/dts/mediatek/mt8188-geralt.dtsi | 41 ++++++++++++++++++++++++++
arch/arm64/boot/dts/mediatek/mt8192-asurada.dtsi | 82 +++++++++++++++++++++++++++++++++++++++++++++++----
arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi | 154 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------
arch/arm64/boot/dts/mediatek/mt8390-genio-700-evk.dts | 7 +++++
arch/arm64/boot/dts/mediatek/mt8390-genio-common.dtsi | 80 +++++++++++++++++++++++++++++++++++++++++++++----
arch/arm64/boot/dts/mediatek/mt8390-grinn-genio-som.dtsi | 2 +-
arch/arm64/boot/dts/mediatek/mt8390-tungsten-smarc.dtsi | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--
arch/arm64/boot/dts/mediatek/mt8395-genio-common.dtsi | 46 ++++++++++++++++++++++++-----
arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l-8-hd-panel.dtso | 4 +--
arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dts | 8 ++---
19 files changed, 595 insertions(+), 117 deletions(-)
create mode 100644 arch/arm64/boot/dts/mediatek/mt6365.dtsi
create mode 100644 arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-pro-cn13.dtso
create mode 100644 arch/arm64/boot/dts/mediatek/mt7988a-bananapi-bpi-r4-pro-cn14.dtso
^ permalink raw reply [flat|nested] 6+ messages in thread* [GIT,PULL,2/3] MediaTek ARM32 Device Tree updates for v7.2
2026-06-01 9:12 [GIT,PULL,1/3] MediaTek ARM64 Device Tree updates for v7.2 AngeloGioacchino Del Regno
@ 2026-06-01 9:12 ` AngeloGioacchino Del Regno
2026-06-09 10:44 ` Krzysztof Kozlowski
2026-06-01 9:12 ` [GIT,PULL,2/3] MediaTek SoC driver " AngeloGioacchino Del Regno
2026-06-09 10:47 ` [GIT,PULL,1/3] MediaTek ARM64 Device Tree " Krzysztof Kozlowski
2 siblings, 1 reply; 6+ messages in thread
From: AngeloGioacchino Del Regno @ 2026-06-01 9:12 UTC (permalink / raw)
To: arm-soc, soc; +Cc: linux-arm-kernel, linux-mediatek, matthias.bgg
The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git/ tags/mtk-dts32-for-v7.2
for you to fetch changes up to ba6afff1d9b70028a5fc3df2d3acbee501c20a53:
arm: dts: mediatek: mt8135: fix pinctrl node name (2026-05-11 11:39:02 +0200)
----------------------------------------------------------------
MediaTek ARM32 DeviceTree updates
This adds support for the ARMv7 Timer node in the MT6589 SoC
and performs a couple of dtbs_check fixes in MT7623 and in
MT8135 devicetrees.
----------------------------------------------------------------
Akari Tsuyukusa (1):
arm: dts: mediatek: mt6589: Add Arm Generic Timer node
David Lechner (3):
arm: dts: mediatek: mt7623: fix pinctrl child node names
arm: dts: mediatek: mt7623: fix pinctrl controller node name
arm: dts: mediatek: mt8135: fix pinctrl node name
arch/arm/boot/dts/mediatek/mt6589.dtsi | 11 +++++++++++
arch/arm/boot/dts/mediatek/mt7623.dtsi | 64 ++++++++++++++++++++++++++++++++--------------------------------
arch/arm/boot/dts/mediatek/mt8135.dtsi | 2 +-
3 files changed, 44 insertions(+), 33 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [GIT,PULL,2/3] MediaTek ARM32 Device Tree updates for v7.2
2026-06-01 9:12 ` [GIT,PULL,2/3] MediaTek ARM32 " AngeloGioacchino Del Regno
@ 2026-06-09 10:44 ` Krzysztof Kozlowski
0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2026-06-09 10:44 UTC (permalink / raw)
To: AngeloGioacchino Del Regno
Cc: arm-soc, soc, linux-arm-kernel, linux-mediatek, matthias.bgg
On Mon, Jun 01, 2026 at 11:12:21AM +0200, AngeloGioacchino Del Regno wrote:
> The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
>
> Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git/ tags/mtk-dts32-for-v7.2
>
> for you to fetch changes up to ba6afff1d9b70028a5fc3df2d3acbee501c20a53:
>
> arm: dts: mediatek: mt8135: fix pinctrl node name (2026-05-11 11:39:02 +0200)
>
Thanks, applied
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 6+ messages in thread
* [GIT,PULL,2/3] MediaTek SoC driver updates for v7.2
2026-06-01 9:12 [GIT,PULL,1/3] MediaTek ARM64 Device Tree updates for v7.2 AngeloGioacchino Del Regno
2026-06-01 9:12 ` [GIT,PULL,2/3] MediaTek ARM32 " AngeloGioacchino Del Regno
@ 2026-06-01 9:12 ` AngeloGioacchino Del Regno
2026-06-09 10:42 ` Krzysztof Kozlowski
2026-06-09 10:47 ` [GIT,PULL,1/3] MediaTek ARM64 Device Tree " Krzysztof Kozlowski
2 siblings, 1 reply; 6+ messages in thread
From: AngeloGioacchino Del Regno @ 2026-06-01 9:12 UTC (permalink / raw)
To: arm-soc, soc; +Cc: linux-arm-kernel, linux-mediatek, matthias.bgg, matthias.bgg
The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git/ tags/mtk-soc-for-v7.2
for you to fetch changes up to 7d462de9f65b002b439b1b168bf3b5579b0de48b:
soc: mediatek: mtk-mmsys: Restore MT8167 routing masks lost during merge (2026-05-11 11:20:48 +0200)
----------------------------------------------------------------
MediaTek SoC driver updates
This adds subsys ID compatibility in MediaTek CMDQ, paving
the way for adding support for the MT8196 SoC, and fixes
the Multimedia System (MMSYS) routing masks for the MT8167
SoC.
----------------------------------------------------------------
Jason-JH Lin (2):
soc: mediatek: Use pkt_write function pointer for subsys ID compatibility
soc: mediatek: mtk-cmdq: Add cmdq_pkt_jump_rel_temp() for removing shift_pa
Luca Leonardo Scorcia (1):
soc: mediatek: mtk-mmsys: Restore MT8167 routing masks lost during merge
drivers/soc/mediatek/mt8167-mmsys.h | 11 ++++++++---
drivers/soc/mediatek/mtk-mmsys.c | 8 +++++---
drivers/soc/mediatek/mtk-mutex.c | 5 +++--
include/linux/soc/mediatek/mtk-cmdq.h | 24 ++++++++++++++++++++++++
4 files changed, 40 insertions(+), 8 deletions(-)
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [GIT,PULL,2/3] MediaTek SoC driver updates for v7.2
2026-06-01 9:12 ` [GIT,PULL,2/3] MediaTek SoC driver " AngeloGioacchino Del Regno
@ 2026-06-09 10:42 ` Krzysztof Kozlowski
0 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2026-06-09 10:42 UTC (permalink / raw)
To: AngeloGioacchino Del Regno
Cc: arm-soc, soc, linux-arm-kernel, linux-mediatek, matthias.bgg,
matthias.bgg
On Mon, Jun 01, 2026 at 11:12:22AM +0200, AngeloGioacchino Del Regno wrote:
> The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
>
> Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git/ tags/mtk-soc-for-v7.2
>
> for you to fetch changes up to 7d462de9f65b002b439b1b168bf3b5579b0de48b:
>
> soc: mediatek: mtk-mmsys: Restore MT8167 routing masks lost during merge (2026-05-11 11:20:48 +0200)
>
Thanks, applied
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [GIT,PULL,1/3] MediaTek ARM64 Device Tree updates for v7.2
2026-06-01 9:12 [GIT,PULL,1/3] MediaTek ARM64 Device Tree updates for v7.2 AngeloGioacchino Del Regno
2026-06-01 9:12 ` [GIT,PULL,2/3] MediaTek ARM32 " AngeloGioacchino Del Regno
2026-06-01 9:12 ` [GIT,PULL,2/3] MediaTek SoC driver " AngeloGioacchino Del Regno
@ 2026-06-09 10:47 ` Krzysztof Kozlowski
2 siblings, 0 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2026-06-09 10:47 UTC (permalink / raw)
To: AngeloGioacchino Del Regno
Cc: arm-soc, soc, linux-arm-kernel, linux-mediatek, matthias.bgg
On Mon, Jun 01, 2026 at 11:12:20AM +0200, AngeloGioacchino Del Regno wrote:
> The following changes since commit 254f49634ee16a731174d2ae34bc50bd5f45e731:
>
> Linux 7.1-rc1 (2026-04-26 14:19:00 -0700)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git/ tags/mtk-dts64-for-v7.2
>
> for you to fetch changes up to 9897c586b09f79ebcf2e67a888743c046b20d254:
>
> arm64: dts: mediatek: add LED and key support on Xiaomi AX3000T (2026-05-25 10:43:10 +0200)
>
> ----------------------------------------------------------------
> MediaTek ARM64 DeviceTree updates
>
> This adds improvements for already supported SoCs and devices.
Thanks, applied
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2026-06-09 10:47 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-01 9:12 [GIT,PULL,1/3] MediaTek ARM64 Device Tree updates for v7.2 AngeloGioacchino Del Regno
2026-06-01 9:12 ` [GIT,PULL,2/3] MediaTek ARM32 " AngeloGioacchino Del Regno
2026-06-09 10:44 ` Krzysztof Kozlowski
2026-06-01 9:12 ` [GIT,PULL,2/3] MediaTek SoC driver " AngeloGioacchino Del Regno
2026-06-09 10:42 ` Krzysztof Kozlowski
2026-06-09 10:47 ` [GIT,PULL,1/3] MediaTek ARM64 Device Tree " Krzysztof Kozlowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox