On Wed, Nov 30, 2022 at 04:40:26PM +0000, Niyas Sait wrote: > Add support for following ACPI pin resources > > - PinFunction > - PinConfig > > Pinctrl-acpi parses the ACPI table and generates list of pin > descriptors that can be used by pin controller to set and config pin. ... > struct list_head dt_maps; > + struct list_head acpi_maps; Why these can't be unified? >From the pin control point of view the data it needs should be ~equal independently on the resource provider (ACPI, DT, etc.). -- With Best Regards, Andy Shevchenko