Re: [PATCH] dt-bindings: PCI: Convert Rockchip RK3399 PCIe to DT schema

From: Rob Herring
Date: Wed Jan 18 2023 - 14:56:34 EST



On Mon, 19 Dec 2022 13:12:08 -0600, Rob Herring wrote:
> Convert the Rockchip RK3399 PCIe Host/Endpoint controller to DT schema
> format. Like most dual mode PCI controllers, we need to split the schema
> into common, host and endpoint schemas.
>
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> ---
> Shawn (or anyone from Rockchip), Note and please ack the license change.
> ---
> .../pci/rockchip,rk3399-pcie-common.yaml | 69 +++++++++
> .../bindings/pci/rockchip,rk3399-pcie-ep.yaml | 68 +++++++++
> .../bindings/pci/rockchip,rk3399-pcie.yaml | 132 +++++++++++++++++
> .../bindings/pci/rockchip-pcie-ep.txt | 62 --------
> .../bindings/pci/rockchip-pcie-host.txt | 135 ------------------
> MAINTAINERS | 2 +-
> 6 files changed, 270 insertions(+), 198 deletions(-)
> create mode 100644 Documentation/devicetree/bindings/pci/rockchip,rk3399-pcie-common.yaml
> create mode 100644 Documentation/devicetree/bindings/pci/rockchip,rk3399-pcie-ep.yaml
> create mode 100644 Documentation/devicetree/bindings/pci/rockchip,rk3399-pcie.yaml
> delete mode 100644 Documentation/devicetree/bindings/pci/rockchip-pcie-ep.txt
> delete mode 100644 Documentation/devicetree/bindings/pci/rockchip-pcie-host.txt
>

Applied, thanks!