* [GIT,PULL,1/2] MediaTek ARM64 DTS updates for v6.15
@ 2025-03-06 11:34 AngeloGioacchino Del Regno
2025-03-06 11:34 ` [GIT,PULL,2/2] MediaTek driver " AngeloGioacchino Del Regno
2025-03-06 16:32 ` [GIT,PULL,1/2] MediaTek ARM64 DTS " patchwork-bot+linux-soc
0 siblings, 2 replies; 3+ messages in thread
From: AngeloGioacchino Del Regno @ 2025-03-06 11:34 UTC (permalink / raw)
To: arm-soc, soc; +Cc: matthias.bgg, linux-arm-kernel, linux-mediatek
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git tags/mtk-dts64-for-v6.15
for you to fetch changes up to 4c8ff61199a70e73e6c4d5e8a03f02d32730821c:
arm64: dts: mediatek: mt8395-radxa-nio-12l: Add Radxa 8 HD panel (2025-03-06 10:53:07 +0100)
----------------------------------------------------------------
MediaTek ARM64 DTS updates for v6.15
This adds new SoCs and new machines, other than improving support for
currently supported ones.
In particular, for SoCs:
- Airoha EN7581 gets support for its SCU clock controller, SPI NAND,
hardware RNG, pinctrl, and i2c controllers;
- MediaTek MT8365 SoC gets support for all of its Display Controller
components;
- MediaTek Genio 510 MT8370 - a lower binned variant of Genio 700
MT8390 (which, in turn, is the same as MT8188) - is introduced;
- MT8188 gets support for more Display Controller components (DSC
and MERGE), for the tertiary MSDC (eMMC/SD/SDIO) controller, and
for the MTU3 USB DRD controllers;
- MT8195 and MT8188 both get migrated to the new OF Graph used for
defining a pipeline for the Display Controller components (as
this was previously hardcoded per-board in the drm driver, ugh!);
..and for boards:
- Google Kukui (MT8183) is switched to Elan touchscreen driver
instead of hid-over-i2c to fix probe failures in some cases;
- Google Cherry (MT8195) and Geralt (MT8188) Chromebooks get
migrated to using OF Graph for defining their board specific
part of the display pipeline;
- MediaTek Genio 350 (mt8365) EVK board adds support for HDMI output
through the iTE IT66121 chip, and for DSI output to the Startek
KD070FHFID015 display;
- MediaTek Genio 510 EVK board is introduced with a common devicetree
between mt8390 and mt8370 (Genio 700 and Genio 510) EVKs;
- MediaTek Genio 700 (and 510) EVKs get support for their integrated
dual Digital Microphones, for their RichTek RT1715 USB Type-C
Controller with USB-PD capability, the iTE IT5205 Alternate Mode
Passive MUX (USB3.1/DP1.4), and for USB Gadget/Host switching
through the MTU3 DRD Controller, other than for USB in general;
- MediaTek Genio 1200 EVK gets support for its MediaTek MT6360 PMIC
integrated Type-C Controller, and the IT5205 MUX;
- Radxa NIO-12L gets its DSI display pipeline preconfigured and also
the introduction of a devicetree overlay for the official Radxa
8HD DSI panel, enabling display output over DSI.
And fixes/cleanups:
- MT8173 gets fixes for bindings validation: PMIC node drops the
unnecessary address/size cells, disp-pwm gets its compatibles
list fixed (as mt6595 was not expected there), and some nodes
got the right name (clock controllers were disguides as power
controllers, and intpol was changed to interrupt-controller);
- MT8188-based (MT8390) Genio boards get a fix for duplicated
regulator name;
- MT6359 PMIC gets fixes for audio-codec node validation.
----------------------------------------------------------------
Alexandre Mergnat (2):
arm64: dts: mediatek: add display blocks support for the MT8365 SoC
arm64: dts: mediatek: add display support for mt8365-evk
AngeloGioacchino Del Regno (11):
arm64: dts: mediatek: mt8188: Add VDO0's DSC and MERGE block nodes
arm64: dts: mediatek: mt8188: Add tertiary eMMC/SD/SDIO controller
dt-bindings: usb: mediatek,mtk-xhci: Add port for SuperSpeed EP
arm64: dts: mediatek: mt8188: Add MTU3 nodes and correctly describe USB
arm64: dts: mediatek: mt8390-genio-700: Add USB, TypeC Controller, MUX
arm64: dts: mediatek: mt8188: Add base display controller graph
arm64: dts: mediatek: mt8188-geralt: Add graph for DSI and DP displays
arm64: dts: mediatek: mt8390-genio-common: Configure touch vreg pins
arm64: dts: mediatek: mt8195: Add base display controller graph
arm64: mediatek: mt8195-cherry: Add graph for eDP and DP displays
arm64: dts: mediatek: mt8395-nio-12l: Preconfigure DSI0 pipeline
Chen-Yu Tsai (3):
arm64: dts: mediatek: mt8173-elm: Drop pmic's #address-cells and #size-cells
arm64: dts: mediatek: mt8173: Fix disp-pwm compatible string
arm64: dts: mediatek: mt8173: Fix some node names
Christian Marangi (3):
arm64: dts: airoha: en7581: Add Clock Controller node
arm64: dts: airoha: en7581: Add SNAND node
arm64: dts: airoha: en7581: Add default partition table for EVB board
Fabien Parent (1):
arm64: dts: mediatek: mt8395-genio-1200-evk: add support for TCPC port
Hsin-Te Yuan (1):
arm64: dts: mediatek: mt8183: Switch to Elan touchscreen driver
Julien Massot (2):
arm64: dts: mediatek: mt8395-nio-12l: Prepare MIPI DSI port
arm64: dts: mediatek: mt8395-radxa-nio-12l: Add Radxa 8 HD panel
Lorenzo Bianconi (2):
arm64: dts: airoha: en7581: Add more nodes to EN7581 SoC evaluation board
arm64: dts: airoha: en7581: Fix clock-controller address
Louis-Alexis Eyraud (5):
dt-bindings: arm: mediatek: add mt8370-evk board
arm64: dts: mediatek: add support for MT8370 SoC
arm64: dts: mediatek: mt8390-genio-700-evk: Move common parts to dtsi
arm64: dts: mediatek: add device-tree for Genio 510 EVK board
arm64: dts: mediatek: mt8390-genio-common: Fix duplicated regulator name
Macpaul Lin (2):
arm64: dts: mediatek: mt6359: fix dtbs_check error for audio-codec
dt-bindings: usb: mtu3: Add ports property
Nícolas F. R. A. Prado (3):
arm64: dts: mediatek: mt8188: Assign apll1 clock as parent to avoid hang
arm64: dts: mediatek: mt8390-genio-common: Add routes for DMIC
arm64: dts: mediatek: mt8390-genio-common: Add delay codec for DMIC
Documentation/devicetree/bindings/arm/mediatek.yaml | 5 +
Documentation/devicetree/bindings/usb/mediatek,mtk-xhci.yaml | 4 +
Documentation/devicetree/bindings/usb/mediatek,mtu3.yaml | 12 +
arch/arm64/boot/dts/airoha/en7581-evb.dts | 44 +++
arch/arm64/boot/dts/airoha/en7581.dtsi | 91 ++++++
arch/arm64/boot/dts/mediatek/Makefile | 3 +
arch/arm64/boot/dts/mediatek/mt6359.dtsi | 3 +-
arch/arm64/boot/dts/mediatek/mt8173-elm.dtsi | 2 -
arch/arm64/boot/dts/mediatek/mt8173.dtsi | 12 +-
arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-damu.dts | 9 +-
arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-fennel-sku1.dts | 8 +-
arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-fennel-sku6.dts | 8 +-
arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-fennel-sku7.dts | 8 +-
arch/arm64/boot/dts/mediatek/mt8188-geralt.dtsi | 173 +++++++++-
arch/arm64/boot/dts/mediatek/mt8188.dtsi | 307 +++++++++++++++---
arch/arm64/boot/dts/mediatek/mt8195-cherry.dtsi | 184 ++++++++++-
arch/arm64/boot/dts/mediatek/mt8195.dtsi | 129 ++++++++
arch/arm64/boot/dts/mediatek/mt8365-evk.dts | 245 +++++++++++++-
arch/arm64/boot/dts/mediatek/mt8365.dtsi | 336 +++++++++++++++++++
arch/arm64/boot/dts/mediatek/mt8370-genio-510-evk.dts | 19 ++
arch/arm64/boot/dts/mediatek/mt8370.dtsi | 64 ++++
arch/arm64/boot/dts/mediatek/mt8390-genio-700-evk.dts | 1033 +----------------------------------------------------------
arch/arm64/boot/dts/mediatek/mt8390-genio-common.dtsi | 1223 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
arch/arm64/boot/dts/mediatek/mt8395-genio-1200-evk.dts | 102 ++++++
arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l-8-hd-panel.dtso | 84 +++++
arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l.dts | 71 +++++
26 files changed, 3051 insertions(+), 1128 deletions(-)
create mode 100644 arch/arm64/boot/dts/mediatek/mt8370-genio-510-evk.dts
create mode 100644 arch/arm64/boot/dts/mediatek/mt8370.dtsi
create mode 100644 arch/arm64/boot/dts/mediatek/mt8390-genio-common.dtsi
create mode 100644 arch/arm64/boot/dts/mediatek/mt8395-radxa-nio-12l-8-hd-panel.dtso
^ permalink raw reply [flat|nested] 3+ messages in thread* [GIT,PULL,2/2] MediaTek driver updates for v6.15
2025-03-06 11:34 [GIT,PULL,1/2] MediaTek ARM64 DTS updates for v6.15 AngeloGioacchino Del Regno
@ 2025-03-06 11:34 ` AngeloGioacchino Del Regno
2025-03-06 16:32 ` [GIT,PULL,1/2] MediaTek ARM64 DTS " patchwork-bot+linux-soc
1 sibling, 0 replies; 3+ messages in thread
From: AngeloGioacchino Del Regno @ 2025-03-06 11:34 UTC (permalink / raw)
To: arm-soc, soc; +Cc: matthias.bgg, linux-arm-kernel, linux-mediatek
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git tags/mtk-soc-for-v6.15
for you to fetch changes up to 1e12efbee8f3fe09d23ad75d2e38a6335ca2d159:
soc: mediatek: mtk-socinfo: Add extra entry for MT8395AV/ZA Genio 1200 (2025-03-06 11:54:21 +0100)
----------------------------------------------------------------
MediaTek driver updates for v6.15
This adds entries for new and missing SoCs in the MediaTek SoCInfo
driver (MT8370AV/AZA, MT8390AV/AZA) and an extra entry for a new
revision of the MT8395AV/ZA SoC.
The MediaTek SoCInfo driver also gets its SoC attribute information
restructured: now the family, machine and soc_id fields are correctly
populated.
MT8188 gains support for the secondary Display Parallel Interface
used for HDMI, and for the Display Stream Compression component
routing through mmsys and mutex tables.
All of the MMSYS drivers get an important overhaul: it was found that,
in multiple cases, the tables contained wrong mask/value pairs, hence
those were doing either nothing or breaking routings.
The mmsys tables were converted to use a newly introduced macro that
will perform a compile time check, making sure that each table entry's
value fits in the declared register mask.
Thanks to the new macro, multiple MediaTek SoCs got multiple fixes in
their MMSYS tables, addressing issues that were severely impacting the
functionality of the display controller pipelines.
----------------------------------------------------------------
AngeloGioacchino Del Regno (8):
soc: mediatek: mtk-mutex: Add DPI1 SOF/EOF to MT8188 mutex tables
soc: mediatek: mtk-mmsys: Fix MT8188 VDO1 DPI1 output selection
soc: mediatek: mtk-mmsys: Add compile time check for mmsys routes
soc: mediatek: mt8188-mmsys: Migrate to MMSYS_ROUTE() macro
soc: mediatek: mt8167-mmsys: Fix missing regval in all entries
soc: mediatek: mt8365-mmsys: Fix routing table masks and values
soc: mediatek: mmsys: Migrate all tables to MMSYS_ROUTE() macro
soc: mediatek: mt8188-mmsys: Add support for DSC on VDO0
Fei Shao (1):
soc: mediatek: mtk-socinfo: Restructure SoC attribute information
Louis-Alexis Eyraud (4):
soc: mediatek: mtk-socinfo: Add entry for MT8370AV/AZA Genio 510
soc: mediatek: mtk-socinfo: Add entry for MT8390AV/AZA Genio 700
soc: mediatek: mtk-socinfo: Avoid using machine attribute in SoC detection log
soc: mediatek: mtk-socinfo: Add extra entry for MT8395AV/ZA Genio 1200
drivers/soc/mediatek/mt8167-mmsys.h | 31 +++--
drivers/soc/mediatek/mt8173-mmsys.h | 99 +++++++---------
drivers/soc/mediatek/mt8183-mmsys.h | 50 ++++----
drivers/soc/mediatek/mt8186-mmsys.h | 88 ++++++--------
drivers/soc/mediatek/mt8188-mmsys.h | 266 +++++++++++++++++++------------------------
drivers/soc/mediatek/mt8192-mmsys.h | 71 +++++-------
drivers/soc/mediatek/mt8195-mmsys.h | 632 +++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------
drivers/soc/mediatek/mt8365-mmsys.h | 84 ++++++--------
drivers/soc/mediatek/mtk-mmsys.h | 14 +++
drivers/soc/mediatek/mtk-mutex.c | 6 +
drivers/soc/mediatek/mtk-socinfo.c | 22 +++-
11 files changed, 597 insertions(+), 766 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [GIT,PULL,1/2] MediaTek ARM64 DTS updates for v6.15
2025-03-06 11:34 [GIT,PULL,1/2] MediaTek ARM64 DTS updates for v6.15 AngeloGioacchino Del Regno
2025-03-06 11:34 ` [GIT,PULL,2/2] MediaTek driver " AngeloGioacchino Del Regno
@ 2025-03-06 16:32 ` patchwork-bot+linux-soc
1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2025-03-06 16:32 UTC (permalink / raw)
To: AngeloGioacchino Del Regno; +Cc: soc
Hello:
This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:
On Thu, 6 Mar 2025 12:34:52 +0100 you wrote:
> The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
>
> Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)
>
> are available in the Git repository at:
>
> https://git.kernel.org/pub/scm/linux/kernel/git/mediatek/linux.git tags/mtk-dts64-for-v6.15
>
> [...]
Here is the summary with links:
- [GIT,PULL,1/2] MediaTek ARM64 DTS updates for v6.15
https://git.kernel.org/soc/soc/c/c4991aabc1f9
- [GIT,PULL,2/2] MediaTek driver updates for v6.15
https://git.kernel.org/soc/soc/c/7d5a549a08de
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-03-06 16:31 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-06 11:34 [GIT,PULL,1/2] MediaTek ARM64 DTS updates for v6.15 AngeloGioacchino Del Regno
2025-03-06 11:34 ` [GIT,PULL,2/2] MediaTek driver " AngeloGioacchino Del Regno
2025-03-06 16:32 ` [GIT,PULL,1/2] MediaTek ARM64 DTS " patchwork-bot+linux-soc
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.