Re: [PATCH v3 1/1] watchdog: realtek-otto: Change to use regmap API
Guenter Roeck <[email protected]> Mon, 20 Jul 2026 09:14:31 -0700
| Newsgroups | org.kernel.vger.linux-watchdog,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jul 10, 2026 at 12:43:16PM +0500, Rustam Adilov wrote: > To make the realtek watchdog driver functional when SWAP_IO_SPACE > config is enabled, change all of the register access to be done > by regmap API which helps us to tweak endianness with big-endian > or little-endian property from within the device tree node. > > Add the REGMAP_MMIO as a select to REALTEK_OTTO_WDT now that the > regmap is used. > > Signed-off-by: Rustam Adilov <[email protected]> The issues reported by Sashiko are pre-existing, so I am going to apply this patch. Thanks, Guenter