All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add support for MT8188
@ 2025-12-09 10:22 Julien Stephan
  2025-12-09 10:22 ` [PATCH v2 1/2] arm: mediatek: add support for MediaTek MT8188 SoC Julien Stephan
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Julien Stephan @ 2025-12-09 10:22 UTC (permalink / raw)
  To: GSS_MTK_Uboot_upstream, u-boot
  Cc: Tom Rini, Ryder Lee, Weijie Gao, Chunfeng Yun, Igor Belwon,
	Stefan Roese, Greg Malysa, Vasileios Bimpikas, Arturs Artamonovs,
	Utsav Agarwal, Nathan Barrett-Morrison, Peng Fan,
	Kory Maincent (TI.com), Simon Glass, Jerome Forissier, Yao Zi,
	Mattijs Korpershoek, Alif Zakuan Yuslaimi, Sumit Garg,
	Julien Masson, Lukasz Majewski, Sean Anderson, Sam Shih,
	David Lechner, Ian Roberts, Patrice Chotard, Heiko Schocher,
	Duje Mihanović, Julien Stephan

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@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@baylibre.com>


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2026-01-06 20:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-09 10:22 [PATCH v2 0/2] Add support for MT8188 Julien Stephan
2025-12-09 10:22 ` [PATCH v2 1/2] arm: mediatek: add support for MediaTek MT8188 SoC Julien Stephan
2025-12-10  3:24   ` Macpaul Lin (林智斌)
2025-12-11  8:26   ` Mattijs Korpershoek
2025-12-09 10:22 ` [PATCH v2 2/2] clk: mediatek: add MT8188 clock driver Julien Stephan
2025-12-10  3:27   ` Macpaul Lin (林智斌)
2025-12-11  8:39   ` Mattijs Korpershoek
2025-12-11 17:55     ` David Lechner
2025-12-11 20:17       ` David Lechner
2025-12-12  4:22       ` David Lechner
2025-12-12 18:32         ` Mattijs Korpershoek
2026-01-06 20:16 ` [PATCH v2 0/2] Add support for MT8188 Tom Rini

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.