dt-bindings: PCI: microchip,pcie-host: fix missing dma-ranges
authorConor Dooley <conor.dooley@microchip.com>
Fri, 19 Aug 2022 23:14:12 +0000 (00:14 +0100)
committerLorenzo Pieralisi <lpieralisi@kernel.org>
Wed, 24 Aug 2022 11:38:26 +0000 (13:38 +0200)
The dma-ranges property was missed when adding the binding initially.
The root port can use up to 6 address translation tables, depending on
configuration.

Link: https://www.microsemi.com/document-portal/doc_download/1245812-polarfire-fpga-and-polarfire-soc-fpga-pci-express-user-guide
Link: https://lore.kernel.org/r/20220819231415.3860210-4-mail@conchuod.ie
Fixes: 6ee6c89aac35 ("dt-bindings: PCI: microchip: Add Microchip PolarFire host binding")
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/pci/microchip,pcie-host.yaml

index 6fbe62f4da937d4bba0969fc253eee45799f13ee..23d95c65acff851fcf491d32479a0f66398fafe6 100644 (file)
@@ -67,6 +67,10 @@ properties:
   ranges:
     maxItems: 1
 
+  dma-ranges:
+    minItems: 1
+    maxItems: 6
+
   msi-controller:
     description: Identifies the node as an MSI controller.