[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 03/10] hw/arm/virt: Fix devicetree warnings about the GIC nod
From: |
Peter Maydell |
Subject: |
Re: [PATCH 03/10] hw/arm/virt: Fix devicetree warnings about the GIC node |
Date: |
Wed, 24 Aug 2022 20:36:33 +0100 |
On Wed, 24 Aug 2022 at 16:51, Jean-Philippe Brucker
<jean-philippe@linaro.org> wrote:
>
> Fix three dt-validate warnings about the GIC node due to invalid names
> and missing property:
>
> intc@8000000: $nodename:0: 'intc@8000000' does not match
> '^interrupt-controller(@[0-9a-f,]+)*$'
> intc@8000000: 'its@8080000' does not match any of the regexes:
> '^(msi-controller|gic-its|interrupt-controller)@[0-9a-f]+$', '^gic-its@',
> '^interrupt-controller@[0-9a-f]+$', 'pinctrl-[0-9]+'
>
> interrupt-controller@8000000: msi-controller@8080000: '#msi-cells' is a
> required property
> From schema:
> linux/Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.yaml
Why is dt-validate complaining about the node names? Surely
anything looking for the ITS in the DT should be looking for
it by the "compatible" string ?
thanks
-- PMM
- [PATCH 00/10] hw/arm/virt: Fix dt-schema warnings, Jean-Philippe Brucker, 2022/08/24
- [PATCH 02/10] hw/arm/boot: Fix devicetree warning about the PSCI node, Jean-Philippe Brucker, 2022/08/24
- [PATCH 01/10] hw/arm/virt: Fix devicetree warning about the root node, Jean-Philippe Brucker, 2022/08/24
- [PATCH 03/10] hw/arm/virt: Fix devicetree warnings about the GIC node, Jean-Philippe Brucker, 2022/08/24
- Re: [PATCH 03/10] hw/arm/virt: Fix devicetree warnings about the GIC node,
Peter Maydell <=
- [PATCH 06/10] hw/arm/virt: Fix devicetree warning about the gpio-key node, Jean-Philippe Brucker, 2022/08/24
- [PATCH 05/10] hw/arm/virt: Fix devicetree warning about the timer node, Jean-Philippe Brucker, 2022/08/24
- [PATCH 08/10] hw/arm/virt: Fix devicetree warnings about the GPIO node, Jean-Philippe Brucker, 2022/08/24
- [PATCH 04/10] hw/arm/virt: Use "msi-map" devicetree property for PCI, Jean-Philippe Brucker, 2022/08/24
- [PATCH 10/10] hw/arm/virt: Fix devicetree warnings about the virtio-iommu node, Jean-Philippe Brucker, 2022/08/24
- [PATCH 07/10] hw/arm/virt: Fix devicetree warnings about node names, Jean-Philippe Brucker, 2022/08/24
- [PATCH 09/10] hw/arm/virt: Fix devicetree warnings about the SMMU node, Jean-Philippe Brucker, 2022/08/24