Re: [RFC PATCH 07/12] gpio: amd-fch: add oftree probing support

From: Linus Walleij
Date: Thu Mar 25 2021 - 05:10:51 EST


On Thu, Mar 18, 2021 at 9:00 AM Enrico Weigelt, metux IT consult
<lkml@xxxxxxxxx> wrote:

> Is there some compact notation for swnode's that's as small and simple
> as some piece of DTS ?

Yes it's really neat. It's all in <linux/property.h> and examples
in e.g. the testsuite:
drivers/base/test/property-entry-test.c

You can just grep for PROPERTY_ENTRY and you find some
examples of how we use it.

Yours,
Linus Walleij