On Wed, Jun 29, 2022 at 01:06:26PM +0200, Isaac True wrote: > Add the "min_hw_margin_ms" parameter to gpio_wdt devices, allowing a > minimum interval to be specified, stopping watchdog devices from being > fed too quickly if they require a certain interval between feeds. I assume there is some real platform with a real problem you are trying to solve? Details please. Can you just hardcode some min? Maybe 10% of the max or something. Is there a downside to a larger than necessary min? Wouldn't be better to fix this without requiring a DT change and that could work on stable kernels if needed. Rob