Skip to content

Commit 649bad6

Browse files
vfalanisrobherring
authored andcommitted
dt-bindings: PCI: microchip: increase number of items in ranges property
Increase the number of items in the ranges property to allow up to 3 ranges. For example a prefetchable range, a non-prefetchable range and an IO range, depending on configuration. Signed-off-by: Valentina Fernandez <[email protected]> Signed-off-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/20240327-debunk-perky-f5514ca332be@spud Signed-off-by: Rob Herring (Arm) <[email protected]>
1 parent 15be4f7 commit 649bad6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ properties:
6565
- const: msi
6666

6767
ranges:
68-
maxItems: 1
68+
minItems: 1
69+
maxItems: 3
6970

7071
dma-ranges:
7172
minItems: 1

0 commit comments

Comments
 (0)