Re: [PATCH v3 1/1] watchdog: realtek-otto: Change to use regmap API

From: Guenter Roeck

Date: Mon Jul 20 2026 - 12:23:48 EST


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 <adilov@xxxxxxxxxxx>

The issues reported by Sashiko are pre-existing, so I am going
to apply this patch.

Thanks,
Guenter