On 21.05.2025 18:03, Oleksii Kurochko wrote: > platform_get_irq() recieves information about device's irq ( type > and irq number ) from device tree node and using this information > update irq descriptor in irq_desc[] array. > > Introduce dt_irq_xlate and initialize with aplic_irq_xlate() as > it is used by dt_device_get_irq() which is called by > platform_get_irq(). > > Co-developed-by: Romain Caritey <romain.cari...@microchip.com> > Signed-off-by: Oleksii Kurochko <oleksii.kuroc...@gmail.com>
Acked-by: Jan Beulich <jbeul...@suse.com>