Re: [PATCH v5 1/3] dt-bindings: pci: Add DT binding for Toshiba Visconti PCIe controller
From: Rob Herring <robh@kernel.org>
Date: 2021-07-23 23:19:49
Also in:
linux-arm-kernel, linux-pci, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-07-23 23:19:49
Also in:
linux-arm-kernel, linux-pci, lkml
On Sat, 24 Jul 2021 07:14:19 +0900, Nobuhiro Iwamatsu wrote:
This commit adds the Device Tree binding documentation that allows to describe the PCIe controller found in Toshiba Visconti SoCs. Signed-off-by: Nobuhiro Iwamatsu <redacted> --- .../bindings/pci/toshiba,visconti-pcie.yaml | 110 ++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 Documentation/devicetree/bindings/pci/toshiba,visconti-pcie.yaml
There's now a DW PCI schema in my tree, so I updated the $ref to it and applied. The rest of the series can go in PCI tree. Rob