15 Aug
2017
15 Aug
'17
1:53 p.m.
On Tue, Aug 15, 2017 at 04:07:02PM +0800, Ryder Lee wrote:
This patch update interrupt property since we only use ASYS IRQ in the driver, and this may confuse people.
interrupts = <GIC_SPI 104 IRQ_TYPE_LEVEL_LOW>,
<GIC_SPI 132 IRQ_TYPE_LEVEL_LOW>;
interrupts = <GIC_SPI 132 IRQ_TYPE_LEVEL_LOW>;
What harm does having the extra information in the bindings do? If it's possible there might be a use for the extra interrupt it seems better to have people describe it.