[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 00/10] hw/arm/virt: Fix dt-schema warnings
From: |
Jean-Philippe Brucker |
Subject: |
[PATCH 00/10] hw/arm/virt: Fix dt-schema warnings |
Date: |
Wed, 24 Aug 2022 16:51:04 +0100 |
dt-validate throws a few warnings when checking the aarch64 virt DTB.
Ensure that the virt DTB conforms to devicetree schema.
Some schema changes were needed, and should be in next Linux version [1]
I'm testing by running various virt machine configurations with -M
dumpdtb=qemu.dtb, then running dt-validate [1] and dtc:
dt-validate -s linux/Documentation/devicetree/bindings/ qemu.dtb
dtc -O dts qemu.dtb -o qemu.dts
[1]
https://lore.kernel.org/linux-devicetree/20220822152224.507497-1-jean-philippe@linaro.org/
[2] https://github.com/devicetree-org/dt-schema
Jean-Philippe Brucker (10):
hw/arm/virt: Fix devicetree warning about the root node
hw/arm/boot: Fix devicetree warning about the PSCI node
hw/arm/virt: Fix devicetree warnings about the GIC node
hw/arm/virt: Use "msi-map" devicetree property for PCI
hw/arm/virt: Fix devicetree warning about the timer node
hw/arm/virt: Fix devicetree warning about the gpio-key node
hw/arm/virt: Fix devicetree warnings about node names
hw/arm/virt: Fix devicetree warnings about the GPIO node
hw/arm/virt: Fix devicetree warnings about the SMMU node
hw/arm/virt: Fix devicetree warnings about the virtio-iommu node
hw/arm/boot.c | 2 +-
hw/arm/virt.c | 53 ++++++++++++++++++++++++++++-----------------------
2 files changed, 30 insertions(+), 25 deletions(-)
--
2.37.1
- [PATCH 00/10] hw/arm/virt: Fix dt-schema warnings,
Jean-Philippe Brucker <=
- [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
- [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