On 6/22/2024 11:54 PM, Alex Bee wrote: > The currently existing of_property_present check for interrupts does not > cover all ways interrupts can be defined in a device tree, e.g. > "interrupts-extended". > > In order to support all current and future ways that can be done, drop that > check and call of_irq_parse_one to figure out if an interrupt is defined > and irq_create_of_mapping for the actual mapping and let it be handled by > the interrupt subsystem. Thanks for the rework. Looks good. Acked-by: Arend van Spriel > Signed-off-by: Alex Bee > --- > Link to v1: > https://lore.kernel.org/all/20240621225558.280462-1-knaerzche@gmail.com/ > > drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-)