hw/arm/virt: Fix devicetree warning about the GIC node
commita312a530076cb24414f193d3e6279b882a8288ff
authorJean-Philippe Brucker <jean-philippe@linaro.org>
Tue, 27 Sep 2022 10:03:43 +0000 (27 11:03 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 29 Sep 2022 16:55:04 +0000 (29 17:55 +0100)
treea0b64c5f2c5570c506a4610f371a8cb44fe59770
parent5f1d731c08d86528bafce1d7bfe8b359bcbaeabf
hw/arm/virt: Fix devicetree warning about the GIC node

The GICv3 bindings requires a #msi-cells property for the ITS node. Fix
the corresponding dt-validate warning:

  interrupt-controller@8000000: msi-controller@8080000: '#msi-cells' is a required property
  From schema: linux/Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.yaml

Signed-off-by: Jean-Philippe Brucker <jean-philippe@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Message-id: 20220927100347.176606-3-jean-philippe@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/arm/virt.c