On Tue, 23 Dec 2025 at 22:37, Ruslan Ruslichenko <[email protected]> wrote: > > From: Ruslan Ruslichenko <[email protected]> > > Some platforms use combined irq type, in which case > only single interrupt line is used, instead of 4 > different irq's for each type. > > Add emulation support for combined irq mode. > > This mode can be selected by platforms by setting > 'combined_irq' property.
Which platforms? The other way to approach this would be to have the relevant SoC/platform models create a TYPE_OR_IRQ or gate to wire the interrupts together. thanks -- PMM
