summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJulien Masson <[email protected]>2025-12-09 11:22:24 +0100
committerTom Rini <[email protected]>2026-01-06 12:50:12 -0600
commit633e5602aa38df43420ced7ca324ab0a0ddfd726 (patch)
treed7daf0d6a9a12f0d96a1cdc1604a249c7829c44d /drivers
parentc5e6d2ab7eba68cbfb600cdc131c0c375ced2ec9 (diff)
arm: mediatek: add support for MediaTek MT8188 SoC
This adds basic support for MediaTek MT8188 SoC. Add watchdog support by adding upstream compatible string. Add tphy support by adding "mediatek,generic-tphy-v2" compatible string in arch/arm/dts/mt8188-u-boot.dtsi Signed-off-by: Julien Masson <[email protected]> Signed-off-by: Julien Stephan <[email protected]> Reviewed-by: Mattijs Korpershoek <[email protected]> Reviewed-by: Macpaul Lin <[email protected]>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/watchdog/mtk_wdt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/mtk_wdt.c b/drivers/watchdog/mtk_wdt.c
index 706deb9da84..4d4ab4cbe90 100644
--- a/drivers/watchdog/mtk_wdt.c
+++ b/drivers/watchdog/mtk_wdt.c
@@ -145,6 +145,7 @@ static const struct udevice_id mtk_wdt_ids[] = {
{ .compatible = "mediatek,wdt"},
{ .compatible = "mediatek,mt6589-wdt"},
{ .compatible = "mediatek,mt7986-wdt" },
+ { .compatible = "mediatek,mt8188-wdt" },
{}
};