Skip to content

Commit 78d2128

Browse files
geertukwilczynski
authored andcommitted
dt-bindings: PCI: rcar-pci-host: Add missing IOMMU properties
make dtbs_check: arch/arm64/boot/dts/renesas/r8a77951-salvator-xs.dtb: pcie@fe000000: Unevaluated properties are not allowed ('iommu-map', 'iommu-map-mask' were unexpected) from schema $id: http://devicetree.org/schemas/pci/rcar-pci-host.yaml# Fix this by adding the missing IOMMU-related properties. [kwilczynski: added missing Fixes: tag] Fixes: 0d69ce3 ("dt-bindings: PCI: rcar-pci-host: Convert bindings to json-schema") Link: https://lore.kernel.org/linux-pci/babc878a93cb6461a5d39331f8ecfa654dfda921.1706802597.git.geert+renesas@glider.be Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Krzysztof Wilczyński <[email protected]> Acked-by: Conor Dooley <[email protected]>
1 parent b7a791b commit 78d2128

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,9 @@ properties:
7777
vpcie12v-supply:
7878
description: The 12v regulator to use for PCIe.
7979

80+
iommu-map: true
81+
iommu-map-mask: true
82+
8083
required:
8184
- compatible
8285
- reg

0 commit comments

Comments
 (0)