On Sun, 18 Jul 2021 13:40:49 +0200, Mauro Carvalho Chehab wrote: > Currently, the designware schema is defined on a text file: > designware-pcie.txt > > It contains two separate schemas on it: > > - snps,dw-pcie > This one uses the pci-bus.yaml schema; > - snps,dw-pcie-ep > This one uses the pci-ep.yaml schema. > > As the: > AllOf: > - $ref: <foo> > > for the endpoint part is different than the PCI one, place > it on a separate yaml file. > > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > --- > .../bindings/pci/snps,dw-pcie-ep.yaml | 90 +++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 91 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml > Applied, thanks!