Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Valentina Fernandez and committed by
Rob Herring (Arm)
649bad67 15be4f7c

+2 -1
+2 -1
Documentation/devicetree/bindings/pci/microchip,pcie-host.yaml
··· 65 65 - const: msi 66 66 67 67 ranges: 68 - maxItems: 1 68 + minItems: 1 69 + maxItems: 3 69 70 70 71 dma-ranges: 71 72 minItems: 1