On Tue, 07 Feb 2023 12:18:25 +0800, Richard Zhu wrote: > Restruct i.MX PCIe schema, derive the common properties, thus they can > be shared by both the RC and Endpoint schema. > > Update the description of fsl,imx6q-pcie.yaml, and move the EP mode > compatible to fsl,imx6q-pcie-ep.yaml. > > Add support for i.MX8M PCIe Endpoint modes, and update the MAINTAINER > accordingly. > > Signed-off-by: Richard Zhu <hongxing.zhu@xxxxxxx> > --- > .../bindings/pci/fsl,imx6q-pcie-common.yaml | 279 ++++++++++++++++++ > .../bindings/pci/fsl,imx6q-pcie-ep.yaml | 85 ++++++ > .../bindings/pci/fsl,imx6q-pcie.yaml | 240 +-------------- > MAINTAINERS | 2 + > 4 files changed, 372 insertions(+), 234 deletions(-) > create mode 100644 Documentation/devicetree/bindings/pci/fsl,imx6q-pcie-common.yaml > create mode 100644 Documentation/devicetree/bindings/pci/fsl,imx6q-pcie-ep.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>