]> git.baikalelectronics.ru Git - kernel.git/commitdiff
dt-bindings: PCI: host-generic-pci: Allow IOMMU and MSI properties
authorRob Herring <robh@kernel.org>
Thu, 28 Jul 2022 17:51:37 +0000 (11:51 -0600)
committerRob Herring <robh@kernel.org>
Mon, 1 Aug 2022 20:51:27 +0000 (14:51 -0600)
Allow 'iommu-map', 'iommu-map-mask', and 'msi-parent' properties for
generic host. This fixes unevaluated property warnings on Arm Juno, AMD
Seattle, and FSL LS1028a.

Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220728175137.1172841-1-robh@kernel.org
Documentation/devicetree/bindings/pci/host-generic-pci.yaml

index 6bcaa8f2c3cf547846cae2b373a025c45a269b39..d25423aa71674c40c5718fa33cd01de27f2441b6 100644 (file)
@@ -106,6 +106,9 @@ properties:
     maxItems: 3
 
   dma-coherent: true
+  iommu-map: true
+  iommu-map-mask: true
+  msi-parent: true
 
 required:
   - compatible