Re: [RFT PATCH v2] ARM: omap1: enable real software node lookup of GPIOs on Nokia 770

From: Arnd Bergmann

Date: Thu Feb 12 2026 - 06:46:49 EST


On Thu, Feb 12, 2026, at 12:40, Bartosz Golaszewski wrote:
> On Wed, Feb 11, 2026 at 5:32 PM Arnd Bergmann <arnd@xxxxxxxxxx> wrote:
>> On Wed, Feb 11, 2026, at 14:13, Bartosz Golaszewski wrote:
>
> Add a pointer to const struct software_node to platform_device_info
> and then use this if it's set and there's no fwnode? It's in line with
> what MFD does with its cells.

Right, that's what Dmitry also suggested, see his earlier patch/

> In any case, I'd prefer to not overcomplicate this patch, let's do it
> separately?

Sure, I mainly wanted to make sure we're not blocking future
changes here that I had already planned, and this sounds like
we can change that later without undoing all of your patch again.

Arnd