Skip to content

Commit 9197bf4

Browse files
shimodaykwilczynski
authored andcommitted
dt-bindings: PCI: dwc: Update maxItems of reg and reg-names
Update maxItems of reg and reg-names on both host and endpoint for supporting Renesas R-Car Gen4 PCIe controllers later. Link: https://lore.kernel.org/linux-pci/[email protected] Signed-off-by: Yoshihiro Shimoda <[email protected]> Signed-off-by: Krzysztof Wilczyński <[email protected]> Reviewed-by: Serge Semin <[email protected]> Acked-by: Conor Dooley <[email protected]> Acked-by: Manivannan Sadhasivam <[email protected]> Acked-by: Rob Herring <[email protected]>
1 parent 9baa8a1 commit 9197bf4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Documentation/devicetree/bindings/pci/snps,dw-pcie-common.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ properties:
3333
specific for each activated function, while the rest of the sub-spaces
3434
are common for all of them (if there are more than one).
3535
minItems: 2
36-
maxItems: 6
36+
maxItems: 7
3737

3838
reg-names:
3939
minItems: 2
40-
maxItems: 6
40+
maxItems: 7
4141

4242
interrupts:
4343
description:

Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ properties:
3333
normal controller functioning. iATU memory IO region is also required
3434
if the space is unrolled (IP-core version >= 4.80a).
3535
minItems: 2
36-
maxItems: 5
36+
maxItems: 7
3737

3838
reg-names:
3939
minItems: 2
40-
maxItems: 5
40+
maxItems: 7
4141
items:
4242
oneOf:
4343
- description:

Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ properties:
4242
are required for the normal controller work. iATU memory IO region is
4343
also required if the space is unrolled (IP-core version >= 4.80a).
4444
minItems: 2
45-
maxItems: 5
45+
maxItems: 7
4646

4747
reg-names:
4848
minItems: 2
49-
maxItems: 5
49+
maxItems: 7
5050
items:
5151
oneOf:
5252
- description:

0 commit comments

Comments
 (0)