On Mon, Aug 26, 2024 at 11:05:58AM -0500, Rob Herring (Arm) wrote: > > On Mon, 01 Jul 2024 18:16:12 -0400, Frank Li wrote: > > fsl,pcie-scfg actually need an argument when there are more than one PCIe > > instances. Change it to phandle-array and use items to describe each field > > means. > > > > Fix below warning. > > > > arch/arm64/boot/dts/freescale/fsl-ls1043a-rdb.dtb: pcie@3400000: fsl,pcie-scfg:0: [22, 0] is too long > > from schema $id: http://devicetree.org/schemas/pci/fsl,layerscape-pcie.yaml# > > > > Signed-off-by: Frank Li <Frank.Li@xxxxxxx> > > --- > > Change form v2 to v3 > > - remove minItems because all dts use one argument. > > Change from v1 to v2 > > - update commit message. > > --- > > .../devicetree/bindings/pci/fsl,layerscape-pcie.yaml | 7 ++++++- > > 1 file changed, 6 insertions(+), 1 deletion(-) > > > > It's been 2 months and no response to multiple pings, so I applied it. Krzysztof Wilczyński: Rob said he already picked this patch. I am not sure if cause conflict if you also picked. https://lore.kernel.org/linux-pci/20240904150338.GD3032973@rocinante/T/#t " Applied to dt-bindings, thank you! [1/1] dt-bindings: PCI: layerscape-pci: Change property 'fsl,pcie-scfg' type https://git.kernel.org/pci/pci/c/f66b63ef10d6 Krzysztof" Frank > > Rob