Skip to content

Commit 1a7966b

Browse files
ConchuODLorenzo Pieralisi
authored andcommitted
dt-bindings: PCI: microchip,pcie-host: fix missing dma-ranges
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 # Section 1.3.3 Link: https://lore.kernel.org/r/[email protected] Fixes: 6ee6c89 ("dt-bindings: PCI: microchip: Add Microchip PolarFire host binding") Signed-off-by: Conor Dooley <[email protected]> Signed-off-by: Lorenzo Pieralisi <[email protected]> Reviewed-by: Rob Herring <[email protected]>
1 parent 05a5741 commit 1a7966b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/devicetree/bindings/pci/microchip,pcie-host.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ properties:
6767
ranges:
6868
maxItems: 1
6969

70+
dma-ranges:
71+
minItems: 1
72+
maxItems: 6
73+
7074
msi-controller:
7175
description: Identifies the node as an MSI controller.
7276

0 commit comments

Comments
 (0)