diff options
author | Rob Herring <robh@kernel.org> | 2019-11-08 13:18:29 -0600 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-01-23 15:04:07 -0600 |
commit | e1ac611f57c9315e79c4ca9fb2a21c81106d3680 (patch) | |
tree | 3615a7a8b162b1c6b6f9fdf5b3bbe2f369d27b21 /MAINTAINERS | |
parent | 919ba6e739eb76d7a99284795b72c45e096c9aa0 (diff) | |
download | linux-e1ac611f57c9315e79c4ca9fb2a21c81106d3680.tar.gz linux-e1ac611f57c9315e79c4ca9fb2a21c81106d3680.tar.bz2 linux-e1ac611f57c9315e79c4ca9fb2a21c81106d3680.zip |
dt-bindings: PCI: Convert generic host binding to DT schema
Convert the generic PCI host binding to DT schema. The derivative Juno,
PLDA XpressRICH3-AXI, and Designware ECAM bindings all just vary in
their compatible strings. The simplest way to convert those to
schema is just add them into the common generic PCI host schema.
The HiSilicon ECAM and Cavium ThunderX PEM bindings have an additional
'reg' entry, but are otherwise the same binding as well.
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Cc: Andrew Murray <andrew.murray@arm.com>
Cc: Zhou Wang <wangzhou1@hisilicon.com>
Cc: Will Deacon <will@kernel.org>
Cc: David Daney <david.daney@cavium.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 69c92940e4e1..3471c6dd2f72 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12613,7 +12613,7 @@ M: Will Deacon <will@kernel.org> L: linux-pci@vger.kernel.org L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained -F: Documentation/devicetree/bindings/pci/host-generic-pci.txt +F: Documentation/devicetree/bindings/pci/host-generic-pci.yaml F: drivers/pci/controller/pci-host-common.c F: drivers/pci/controller/pci-host-generic.c |