On Tue, Apr 18, 2023 at 09:23:57PM +0900, Yoshihiro Shimoda wrote: > Update maxItems of reg and reg-names on both host and endpoint > for supporting a new SoC later. > Which SoC? > Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> With the above fixed, Acked-by: Manivannan Sadhasivam <mani@xxxxxxxxxx> - Mani > --- > Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml | 4 ++-- > Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml b/Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml > index 8fc2151691a4..cb727f60be0b 100644 > --- a/Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml > +++ b/Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml > @@ -33,11 +33,11 @@ properties: > normal controller functioning. iATU memory IO region is also required > if the space is unrolled (IP-core version >= 4.80a). > minItems: 2 > - maxItems: 5 > + maxItems: 6 > > reg-names: > minItems: 2 > - maxItems: 5 > + maxItems: 6 > items: > oneOf: > - description: > diff --git a/Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml b/Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml > index 1a83f0f65f19..0bfcfd6ccb5f 100644 > --- a/Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml > +++ b/Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml > @@ -33,11 +33,11 @@ properties: > are required for the normal controller work. iATU memory IO region is > also required if the space is unrolled (IP-core version >= 4.80a). > minItems: 2 > - maxItems: 5 > + maxItems: 6 > > reg-names: > minItems: 2 > - maxItems: 5 > + maxItems: 6 > items: > oneOf: > - description: > -- > 2.25.1 > -- மணிவண்ணன் சதாசிவம்