Re: [PATCH v2] irqchip: irq-mvebu-odmi: new driver for platform MSI on Marvell 7K/8K

From: Arnd Bergmann
Date: Thu Feb 18 2016 - 11:08:58 EST


On Thursday 18 February 2016 16:58:54 Thomas Petazzoni wrote:
> +- marvell,spi-base : List of GIC base SPI interrupts, one for each
> + ODMI frame. Those SPI interrupts are 0-based,
> + i.e marvell,spi-base = <128> will use SPI #96.
> + See Documentation/devicetree/bindings/interrupt-controller/arm,gic.txt
> + for details about the GIC Device Tree binding.
>

Why are these not just in an 'interrupts' property as we do for other
nested irqchips?

Arnd