Re: [PATCH 0/2] mfd: syscon: introduce no-auto-mmio DT property

From: Arnd Bergmann

Date: Thu Oct 30 2025 - 10:11:22 EST


On Thu, Oct 30, 2025, at 14:09, Dan Carpenter wrote:
> Yeah. Let me send this tommorrow if no one objects. Pretty simple
> solution in retrospect.
>
> [PATCH] mfd: syscon: Return -EPROBE_DEFER in device_node_get_regmap()
>
> These days we can register syscons with of_syscon_register_regmap() so
> if we can't find the syscon that probably means it hasn't been registered
> yet. Return -EPROBE_DEFER so the driver will try probing again.
>
> Signed-off-by: Dan Carpenter <dan.carpenter@xxxxxxxxxx>

This clearly needs some testing, but I like it!

Reviewed-by: Arnd Bergmann <arnd@xxxxxxxx>