Message ID | cover.1626608375.git.mchehab+huawei@kernel.org |
---|---|
Headers | show |
Series | convert designware-pcie.txt to yaml | expand |
On Sun, 18 Jul 2021 13:40:49 +0200, Mauro Carvalho Chehab wrote: > Currently, the designware schema is defined on a text file: > designware-pcie.txt > > It contains two separate schemas on it: > > - snps,dw-pcie > This one uses the pci-bus.yaml schema; > - snps,dw-pcie-ep > This one uses the pci-ep.yaml schema. > > As the: > AllOf: > - $ref: <foo> > > for the endpoint part is different than the PCI one, place > it on a separate yaml file. > > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> > --- > .../bindings/pci/snps,dw-pcie-ep.yaml | 90 +++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 91 insertions(+) > create mode 100644 Documentation/devicetree/bindings/pci/snps,dw-pcie-ep.yaml > Applied, thanks!
On Sun, 18 Jul 2021 13:40:50 +0200, Mauro Carvalho Chehab wrote: > Now that its contents were converted to a DT schema, replace > the references for the old file on existing properties. > > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> > --- > .../devicetree/bindings/pci/amlogic,meson-pcie.txt | 4 ++-- > .../devicetree/bindings/pci/axis,artpec6-pcie.txt | 2 +- > .../devicetree/bindings/pci/fsl,imx6q-pcie.txt | 2 +- > .../bindings/pci/hisilicon-histb-pcie.txt | 2 +- > .../devicetree/bindings/pci/kirin-pcie.txt | 2 +- > .../devicetree/bindings/pci/layerscape-pci.txt | 2 +- > .../bindings/pci/nvidia,tegra194-pcie.txt | 5 +++-- > .../devicetree/bindings/pci/pci-armada8k.txt | 2 +- > Documentation/devicetree/bindings/pci/pcie-al.txt | 2 +- > .../devicetree/bindings/pci/qcom,pcie.txt | 14 +++++++------- > .../bindings/pci/samsung,exynos-pcie.yaml | 4 ++-- > .../devicetree/bindings/pci/sifive,fu740-pcie.yaml | 4 ++-- > .../bindings/pci/socionext,uniphier-pcie-ep.yaml | 4 ++-- > Documentation/devicetree/bindings/pci/ti-pci.txt | 4 ++-- > .../devicetree/bindings/pci/uniphier-pcie.txt | 2 +- > 15 files changed, 28 insertions(+), 27 deletions(-) > Applied, thanks!
On Sun, 18 Jul 2021 13:40:51 +0200, Mauro Carvalho Chehab wrote: > Now that the properties defined there were converted to DT schema, > and the other dt-bindings are pointing to the new schemas, > drop it. > > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> > --- > .../bindings/pci/designware-pcie.txt | 77 ------------------- > MAINTAINERS | 1 - > 2 files changed, 78 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/pci/designware-pcie.txt > Applied, thanks!