dt-bindings: PCI: tegra194: Fix PCIe endpoint node names
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Sun, 18 Jul 2021 11:40:52 +0000 (13:40 +0200)
committerThierry Reding <treding@nvidia.com>
Thu, 7 Oct 2021 19:24:25 +0000 (21:24 +0200)
As defined by Documentation/devicetree/bindings/pci/pci-ep.yaml,
PCIe endpoints match this pattern:

properties:
  $nodename:
    pattern: "^pcie-ep@"

Change the existing ones in the DT bindings examples to avoid warnings
during DT bindings validation.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Documentation/devicetree/bindings/pci/nvidia,tegra194-pcie.txt

index 6a99d2aa8075610c238d8ded432e9541467392c5..8e4f9bfb316d677ded1496bd21d039442199c6fc 100644 (file)
@@ -197,7 +197,7 @@ Tegra194 RC mode:
 Tegra194 EP mode:
 -----------------
 
-       pcie_ep@141a0000 {
+       pcie-ep@141a0000 {
                compatible = "nvidia,tegra194-pcie-ep", "snps,dw-pcie-ep";
                power-domains = <&bpmp TEGRA194_POWER_DOMAIN_PCIEX8A>;
                reg = <0x00 0x141a0000 0x0 0x00020000   /* appl registers (128K)      */