On Mon, Aug 22, 2022 at 10:23 AM Jean-Philippe Brucker <jean-philippe@xxxxxxxxxx> 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(-) Reviewed-by: Rob Herring <robh@xxxxxxxxxx>