[PATCH v2 15/32] watchdog: mediatek: add support for MediaTek MT7986 SoC
Daniel Golle
daniel at makrotopia.org
Thu Sep 1 02:25:23 CEST 2022
On Wed, Aug 31, 2022 at 07:04:42PM +0800, Weijie Gao wrote:
> Add watchdog support for MediaTek MT7986 SoC
Tested on Bananapi BPi-R3 (MT7986A).
Tested-by: Daniel Golle <daniel at makrotopia.org>
>
> Reviewed-by: Simon Glass <sjg at chromium.org>
> Signed-off-by: Weijie Gao <weijie.gao at mediatek.com>
> ---
> v2 changes: none
> ---
> drivers/watchdog/mtk_wdt.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/watchdog/mtk_wdt.c b/drivers/watchdog/mtk_wdt.c
> index b098b2e3cf..368b36849c 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" },
> {}
> };
>
> --
> 2.17.1
>
More information about the U-Boot
mailing list