Re: [PATCH v2 06/25] arm64: arch_timer: implement support for interrupt-names
From: Tony Lindgren <tony@atomide.com>
Date: 2021-02-15 18:24:31
Also in:
linux-arm-kernel, lkml
From: Tony Lindgren <tony@atomide.com>
Date: 2021-02-15 18:24:31
Also in:
linux-arm-kernel, lkml
* Hector Martin [off-list ref] [210215 12:18]:
This allows the devicetree to correctly represent the available set of timers, which varies from device to device, without the need for fake dummy interrupts for unavailable slots.
I like the idea of using interrupt-names property for mapping timers :) Similar approach might help other SoCs too. And clocksources never really had similar issues. With Marc's comments addressed, please feel free to add: Reviewed-by: Tony Lindgren <tony@atomide.com>