On Mon, 22 Aug 2022 16:22:23 +0100, Jean-Philippe Brucker wrote: > A GICv3 implementation without virtualization, such as the base QEMU > virt machine (without -M virtualization=on), does not issue maintenance > interrupts. Therefore its device-tree node does not need an 'interrupts' > property. Currently, validating the QEMU virt device-tree throws a > warning that 'interrupts' is missing. Make it optional. > > Signed-off-by: Jean-Philippe Brucker <jean-philippe@xxxxxxxxxx> > --- > .../devicetree/bindings/interrupt-controller/arm,gic-v3.yaml | 1 - > 1 file changed, 1 deletion(-) > Applied, thanks!