On Fri, 27 Aug 2021 14:42:58 +0800, Richard Zhu wrote: > Convert the fsl,imx6q-pcie.txt into a schema. > - ranges property should be grouped by region, with no functional > changes. > - only one propert is allowed in the compatible string, remove > "snps,dw-pcie". > > Signed-off-by: Richard Zhu <hongxing.zhu@xxxxxxx> > --- > .../bindings/pci/fsl,imx6q-pcie.txt | 100 --------- > .../bindings/pci/fsl,imx6q-pcie.yaml | 202 ++++++++++++++++++ > MAINTAINERS | 2 +- > 3 files changed, 203 insertions(+), 101 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.txt > create mode 100644 Documentation/devicetree/bindings/pci/fsl,imx6q-pcie.yaml > Applied, thanks!