Re: [PATCH v2 1/1] watchdog: imx7ulp_wdt: move post_rcs_wait into struct imx_wdt_hw_feature

From: Fabio Estevam
Date: Fri Jul 12 2024 - 10:30:36 EST


On Fri, Jul 12, 2024 at 11:19 AM Frank Li <Frank.Li@xxxxxxx> wrote:
>
> Move post_rcs_wait into struct imx_wdt_hw_feature to simple code logic for
> difference compatible string.
>
> i.MX93 watchdog needn't wait 2.5 clocks after RCS is done. So needn't set

s/needn't/does not need

You mention i.MX93 here, but the code touches i.MX8ULP. Is that correct?