Skip to content

Commit 6312bb7

Browse files
committed
dt-bindings: PCI: host-generic-pci: Allow IOMMU and MSI properties
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
1 parent 7913145 commit 6312bb7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Documentation/devicetree/bindings/pci/host-generic-pci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ properties:
106106
maxItems: 3
107107

108108
dma-coherent: true
109+
iommu-map: true
110+
iommu-map-mask: true
111+
msi-parent: true
109112

110113
required:
111114
- compatible

0 commit comments

Comments
 (0)