]> git.ipfire.org Git - thirdparty/u-boot.git/commit
arm: mediatek: add support for MediaTek MT8195 SoC
authorJulien Stephan <jstephan@baylibre.com>
Mon, 2 Feb 2026 12:08:11 +0000 (13:08 +0100)
committerTom Rini <trini@konsulko.com>
Wed, 18 Feb 2026 18:01:18 +0000 (12:01 -0600)
commit2517e2b524e8af3d7ac7285c55c3867603429155
treef556dac4cd743fea16ae87a43a538a2e51378440
parenteed514b11d04a2f8a949521ad3bffba3ec98bd2f
arm: mediatek: add support for MediaTek MT8195 SoC

This adds basic support for MediaTek MT8195 SoC.

Add watchdog support by adding upstream compatible string.

Signed-off-by: Julien Stephan <jstephan@baylibre.com>
arch/arm/mach-mediatek/Kconfig
arch/arm/mach-mediatek/Makefile
arch/arm/mach-mediatek/mt8195/Makefile [new file with mode: 0644]
arch/arm/mach-mediatek/mt8195/init.c [new file with mode: 0644]
drivers/watchdog/mtk_wdt.c