mirror of
https://github.com/torvalds/linux.git
synced 2026-08-01 03:59:40 +02:00
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 <valentina.fernandezalanis@microchip.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com> Link: https://lore.kernel.org/r/20240327-debunk-perky-f5514ca332be@spud Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
This commit is contained in:
parent
15be4f7ce5
commit
649bad67d4
|
|
@ -65,7 +65,8 @@ properties:
|
|||
- const: msi
|
||||
|
||||
ranges:
|
||||
maxItems: 1
|
||||
minItems: 1
|
||||
maxItems: 3
|
||||
|
||||
dma-ranges:
|
||||
minItems: 1
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user