On Mon, 23 Feb 2026 17:02:10 +0000
Peter Maydell <[email protected]> wrote:

> The GICv5 devicetree binding specifies that the "interrupts" property
> for devices connected to it should use the architectural INTID.TYPE
> values to specify whether the interrupt is an SPI, LPI or PPI.  This
> is different to the GICv2 and GICv3, so instead of hardcoding the
> GIC_FDT_IRQ_TYPE_SPI constant when we create "interrupts" bindings,
> create a new function gic_fdt_irq_type_spi() that returns the right
> value for the interrupt controller in use.
> 
> For SPIs, the INTID.ID and the trigger-mode fields of the
> "interrupts" property remain the same for GICv5 and the older GIC
> versions.
> 
> Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Jonathan Cameron <[email protected]>

Reply via email to