Re: [PATCH 2/3] gpio: timberdale: use device properties
From: Linus Walleij
Date: Mon Mar 16 2026 - 09:58:59 EST
Hi Bartosz,
On Fri, Mar 13, 2026 at 11:05 AM Bartosz Golaszewski
<bartosz.golaszewski@xxxxxxxxxxxxxxxx> wrote:
> + err = device_property_read_u32(dev, "intel,gpio-base", &gc->base);
I guess there is some background to why we do this crazy thing,
like legacy.
I guess if I want to change the world away from this I need to
send a separate patch to set gc->base to -1 and see what happens...
Otherwise the patch looks good to me!
Yours,
Linus Walleij