Re: [PATCH v2] dt-bindings: PCI: ti,am65: Convert PCIe host/endpoint mode dt-bindings to YAML

From: Rob Herring
Date: Wed Jun 16 2021 - 19:21:09 EST


On Thu, 03 Jun 2021 19:04:50 +0530, Kishon Vijay Abraham I wrote:
> Convert PCIe host/endpoint mode dt-bindings for TI's AM65/Keystone SoC
> to YAML binding.
>
> Signed-off-by: Kishon Vijay Abraham I <kishon@xxxxxx>
> ---
> Changes from v1:
> 1) Removed '"' for the included schemas
> 2) Used default #address-cells and #size-cells for the example
>
> .../devicetree/bindings/pci/pci-keystone.txt | 115 ------------------
> .../bindings/pci/ti,am65-pci-ep.yaml | 74 +++++++++++
> .../bindings/pci/ti,am65-pci-host.yaml | 96 +++++++++++++++
> 3 files changed, 170 insertions(+), 115 deletions(-)
> delete mode 100644 Documentation/devicetree/bindings/pci/pci-keystone.txt
> create mode 100644 Documentation/devicetree/bindings/pci/ti,am65-pci-ep.yaml
> create mode 100644 Documentation/devicetree/bindings/pci/ti,am65-pci-host.yaml
>

Applied, thanks!