Re: [PATCH v4 04/10] gpio: swnode: don't use the swnode's name as the key for GPIO lookup

From: Bartosz Golaszewski

Date: Wed Nov 19 2025 - 03:41:32 EST


On Wed, Nov 19, 2025 at 9:35 AM Bartosz Golaszewski <brgl@xxxxxxxx> wrote:
>
> I have an idea for fixing it, let me cook up a patch. It'll still be a
> bit hacky but will at least create a true link.
>

Scratch that, I didn't notice before but we register both devices from
MFD core. We can just set up software nodes there.

Bart