summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorWeijie Gao <[email protected]>2022-09-09 19:59:43 +0800
committerTom Rini <[email protected]>2022-09-23 15:09:15 -0400
commit7daf55d3d181e6564a2d441802c189276c2889b5 (patch)
tree69c29b22953dc705ae0059e1165d139ee1e297cb /drivers
parent980e107d0f353a24cd4dcf3466cea068ec5e2eed (diff)
watchdog: mediatek: add support for MediaTek MT7986 SoC
Add watchdog support for MediaTek MT7986 SoC Reviewed-by: Simon Glass <[email protected]> Tested-by: Daniel Golle <[email protected]> Signed-off-by: Weijie Gao <[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 b098b2e3cfa..368b36849c8 100644
--- a/drivers/watchdog/mtk_wdt.c
+++ b/drivers/watchdog/mtk_wdt.c
@@ -145,6 +145,7 @@ static const struct wdt_ops mtk_wdt_ops = {
static const struct udevice_id mtk_wdt_ids[] = {
{ .compatible = "mediatek,wdt"},
{ .compatible = "mediatek,mt6589-wdt"},
+ { .compatible = "mediatek,mt7986-wdt" },
{}
};