[PATCH v2 0/2] Add support for MT8188
Julien Stephan
jstephan at baylibre.com
Tue Dec 9 11:22:23 CET 2025
Hi all,
The MediaTek MT8188 is a ARM64-based SoC with a dual-core Cortex-A78
cluster and a six-core Cortex-A55 cluster. It includes UART, SPI,
USB3.0 dual role, SD and MMC cards, UFS, PWM, I2C, I2S, S/PDIF, and
several LPDDR3 and LPDDR4 options.
This series adds basic support for MT8188.
Signed-off-by: Julien Stephan <jstephan at baylibre.com>
---
Changes in v2:
- Fix Copyright and Authors
- Link to v1: https://lore.kernel.org/r/20251203-add-mt8188-support-v1-0-9a06ebb97734@baylibre.com
---
Julien Masson (2):
arm: mediatek: add support for MediaTek MT8188 SoC
clk: mediatek: add MT8188 clock driver
MAINTAINERS | 1 +
arch/arm/dts/mt8188-u-boot.dtsi | 10 +
arch/arm/mach-mediatek/Kconfig | 11 +-
arch/arm/mach-mediatek/Makefile | 1 +
arch/arm/mach-mediatek/mt8188/Makefile | 3 +
arch/arm/mach-mediatek/mt8188/init.c | 70 ++
drivers/clk/mediatek/Makefile | 1 +
drivers/clk/mediatek/clk-mt8188.c | 1840 ++++++++++++++++++++++++++++++++
drivers/watchdog/mtk_wdt.c | 1 +
9 files changed, 1937 insertions(+), 1 deletion(-)
---
base-commit: c5e6d2ab7eba68cbfb600cdc131c0c375ced2ec9
change-id: 20251201-add-mt8188-support-b313dc72f04e
Best regards,
--
Julien Stephan <jstephan at baylibre.com>
More information about the U-Boot
mailing list