]> git.baikalelectronics.ru Git - kernel.git/commit
dt-bindings: PCI: Convert generic host binding to DT schema
authorRob Herring <robh@kernel.org>
Fri, 8 Nov 2019 19:18:29 +0000 (13:18 -0600)
committerRob Herring <robh@kernel.org>
Thu, 23 Jan 2020 21:04:07 +0000 (15:04 -0600)
commit316fb4c5959d3ae5f8c5a91891af79f489b60853
tree3615a7a8b162b1c6b6f9fdf5b3bbe2f369d27b21
parent02025ceaa9a66f02f44625c19ffe96224aa97775
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>
Documentation/devicetree/bindings/pci/arm,juno-r1-pcie.txt [deleted file]
Documentation/devicetree/bindings/pci/designware-pcie-ecam.txt [deleted file]
Documentation/devicetree/bindings/pci/hisilicon-pcie.txt
Documentation/devicetree/bindings/pci/host-generic-pci.txt [deleted file]
Documentation/devicetree/bindings/pci/host-generic-pci.yaml [new file with mode: 0644]
Documentation/devicetree/bindings/pci/pci-thunder-ecam.txt [deleted file]
Documentation/devicetree/bindings/pci/pci-thunder-pem.txt [deleted file]
Documentation/devicetree/bindings/pci/plda,xpressrich3-axi.txt [deleted file]
MAINTAINERS