Hi Uwe, On Mon, 2 Dec 2024 17:44:59 +0100 Herve Codina <herve.codina@xxxxxxxxxxx> wrote: > Platforms can have a standardized connector/expansion slot that exposes > signals like PWMs to expansion boards in an SoC agnostic way. > > The support for nexus node [1] has been added to handle those cases in > commit bd6f2fd5a1d5 ("of: Support parsing phandle argument lists through > a nexus node") and the gpio subsystem adopted the support in commit > c11e6f0f04db ("gpio: Support gpio nexus dt bindings") > > Add support for nexus node dt binding in the pwm subsystem. > > [1] https://github.com/devicetree-org/devicetree-specification/blob/v0.4/source/chapter2-devicetree-basics.rst#nexus-nodes-and-specifier-mapping > > Signed-off-by: Herve Codina <herve.codina@xxxxxxxxxxx> > --- > drivers/pwm/core.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > Any feedback on this patch? Best regards, Hervé