Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: PCI: tegra194: Fix PCIe endpoint node names

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>

authored by

Mauro Carvalho Chehab and committed by
Thierry Reding
354754f5 cc3125c9

+1 -1
+1 -1
Documentation/devicetree/bindings/pci/nvidia,tegra194-pcie.txt
··· 197 197 Tegra194 EP mode: 198 198 ----------------- 199 199 200 - pcie_ep@141a0000 { 200 + pcie-ep@141a0000 { 201 201 compatible = "nvidia,tegra194-pcie-ep", "snps,dw-pcie-ep"; 202 202 power-domains = <&bpmp TEGRA194_POWER_DOMAIN_PCIEX8A>; 203 203 reg = <0x00 0x141a0000 0x0 0x00020000 /* appl registers (128K) */