Re: [PATCH v3] dt-bindings: virtio: Convert virtio,pci-iommu to DT schema

From: robh
Date: Mon Sep 26 2022 - 14:42:04 EST


On Fri, 23 Sep 2022 08:44:38 +0100, Jean-Philippe Brucker wrote:
> Convert the binding that describes the virtio-pci based IOMMU to DT
> schema. Change the compatible string to "pci<vendor>,<device>", which is
> defined by the PCI Bus Binding, but keep "virtio,pci-iommu" as an option
> for backward compatibility.
>
> Signed-off-by: Jean-Philippe Brucker <jean-philippe@xxxxxxxxxx>
> ---
> v3: Renamed file and type to pci-iommu
> v2: https://lore.kernel.org/linux-devicetree/20220922161644.372181-1-jean-philippe@xxxxxxxxxx/
> ---
> .../devicetree/bindings/virtio/iommu.txt | 66 ------------
> .../devicetree/bindings/virtio/pci-iommu.yaml | 101 ++++++++++++++++++
> 2 files changed, 101 insertions(+), 66 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/virtio/iommu.txt
> create mode 100644 Documentation/devicetree/bindings/virtio/pci-iommu.yaml
>

Applied, thanks!