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. Rob