On Thu, 15 Feb 2024 13:55:56 +0100, Jan Kiszka wrote: > From: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> > > This adds the missing num-viewport, phys and phy-name properties to the > schema. Based on driver code, num-viewport is required for the root > complex, phys are optional. Their number corresponds to the number of > lanes. The AM65x supports up to 2 lanes. > > Signed-off-by: Jan Kiszka <jan.kiszka@xxxxxxxxxxx> > > --- > Changes in v2: > - limit phy-names to pcie-phy[0-1] > - fix schema-checking of example > --- > .../bindings/pci/ti,am65-pci-host.yaml | 20 +++++++++++++++++++ > 1 file changed, 20 insertions(+) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>