Re: [v1,3/3] watchdog: mt8195: add wdt support

From: Tzung-Bi Shih
Date: Mon Jun 21 2021 - 02:12:03 EST


On Sun, Jun 20, 2021 at 9:50 PM Christine Zhu
<Christine.Zhu@xxxxxxxxxxxx> wrote:
> add support for watchdog device found in MT8195 SoC
Please write complete sentences. For example, "Supports MT8195
watchdog device."

> Change-Id: Ib2434cf2d47a2e14916056f08a4fc630569624ed
Remove the unneeded tag.

> +static const struct mtk_wdt_data mt8195_data = {
> + .toprgu_sw_rst_num = MT8195_TOPRGU_SW_RST_NUM,
> +};
Expect to see the of_device_id (i.e. mtk_wdt_dt_ids) has the newly
introduced compatible string and use the mt8195_data but failed to
find it.