diff options
| author | Tom Rini <[email protected]> | 2026-02-18 12:03:46 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-02-18 12:03:46 -0600 |
| commit | fa3f16e450a5cb6001f538e05c62bd38fb3cdebc (patch) | |
| tree | 10cd22a8b62548d1d1d05e078b1bfcb073cea900 /drivers/watchdog | |
| parent | 03637bda63a17c4446173baae0c0d8d89c7aba0b (diff) | |
| parent | a0c5403283f1b506119bbbb0c72fd2db6a346196 (diff) | |
Merge patch series "Add MT8195 support"
Julien Stephan <[email protected]> says:
This series adds basic support for Mediatek soc MT8195:
- clock driver
- watchdog
- add a new macro helper to define gate clock. Other driver can be
cleaned later to use the new macro
Other driver will be added later.
It will also serve as basis for board support such as MT8395_EVK based
on MT8195.
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/watchdog')
| -rw-r--r-- | drivers/watchdog/mtk_wdt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/mtk_wdt.c b/drivers/watchdog/mtk_wdt.c index 4d4ab4cbe90..3c7e043c08e 100644 --- a/drivers/watchdog/mtk_wdt.c +++ b/drivers/watchdog/mtk_wdt.c @@ -146,6 +146,7 @@ static const struct udevice_id mtk_wdt_ids[] = { { .compatible = "mediatek,mt6589-wdt"}, { .compatible = "mediatek,mt7986-wdt" }, { .compatible = "mediatek,mt8188-wdt" }, + { .compatible = "mediatek,mt8195-wdt" }, {} }; |
