dt-bindings: PCI: add snps,dw-pcie-ep.yaml
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Sun, 18 Jul 2021 11:40:49 +0000 (13:40 +0200)
committerRob Herring <robh@kernel.org>
Mon, 19 Jul 2021 21:55:34 +0000 (15:55 -0600)
commit0f8b97d8f6021c525bc5fa7e4927401a39086c9f
tree510ddc51d70d4886c55b3955139ea4cb6cfd835e
parent42694f9f6407a933ce0880e12c2aaef01073ec28
dt-bindings: PCI: add snps,dw-pcie-ep.yaml

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@kernel.org>
Link: https://lore.kernel.org/r/26025b256232c2e4bd91954907b9d92db27199a3.1626608375.git.mchehab+huawei@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml [new file with mode: 0644]
MAINTAINERS