diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-07-18 13:40:49 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2021-07-19 23:55:34 +0200 |
commit | 0f8b97d8f6021c525bc5fa7e4927401a39086c9f (patch) | |
tree | 510ddc51d70d4886c55b3955139ea4cb6cfd835e /MAINTAINERS | |
parent | dt-bindings: PCI: add snps,dw-pcie.yaml (diff) | |
download | linux-0f8b97d8f6021c525bc5fa7e4927401a39086c9f.tar.xz linux-0f8b97d8f6021c525bc5fa7e4927401a39086c9f.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f73fef615702..2c25c1dcb7ac 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -14277,6 +14277,7 @@ L: linux-pci@vger.kernel.org S: Maintained F: Documentation/devicetree/bindings/pci/designware-pcie.txt F: Documentation/devicetree/bindings/pci/snps,dw-pcie.yaml +F: Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml F: drivers/pci/controller/dwc/*designware* PCI DRIVER FOR TI DRA7XX/J721E |