On 10/01/2023 16:03, Bjorn Helgaas wrote:
Is this the same sort of conversion done by one of these?
e4dffb674cfd ("dt-bindings: PCI: tegra194: Convert to json-schema")
075a9d55932e ("dt-bindings: PCI: qcom: Convert to YAML")
It's helpful to non-experts like me if the subject lines use similar
style (capitalized) and similar terminology ("dt-schema" vs
"json-schema" vs "YAML").
Yes and honestly, I don't know what's the right name to use.
I use dt-schema since it's the "official" name of the tool
used to validate those.
On Mon, Jan 09, 2023 at 01:53:34PM +0100, Neil Armstrong wrote:
Convert the Amlogic Meson AXG DWC PCIE SoC controller bindings to
dt-schema.
Some references here and below are "PCIE" (inherited from the
original) and others are "PCIe". Could be made consistent here.
Ack
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx>
---
.../devicetree/bindings/pci/amlogic,axg-pcie.yaml | 134 +++++++++++++++++++++
.../devicetree/bindings/pci/amlogic,meson-pcie.txt | 70 -----------
2 files changed, 134 insertions(+), 70 deletions(-)
diff --git a/Documentation/devicetree/bindings/pci/amlogic,axg-pcie.yaml b/Documentation/devicetree/bindings/pci/amlogic,axg-pcie.yaml
new file mode 100644
index 000000000000..a08f15fe9a9a
--- /dev/null
+++ b/Documentation/devicetree/bindings/pci/amlogic,axg-pcie.yaml
@@ -0,0 +1,134 @@
+# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
+%YAML 1.2
+---
+$id: http://devicetree.org/schemas/pci/amlogic,axg-pcie.yaml#
+$schema: http://devicetree.org/meta-schemas/core.yaml#
+
+title: Amlogic Meson AXG DWC PCIE SoC controller
+
+maintainers:
+ - Neil Armstrong <neil.armstrong@xxxxxxxxxx>
+
+description:
+ Amlogic Meson PCIe host controller is based on the Synopsys DesignWare PCI core.
...