diff options
author | Thierry Reding <treding@nvidia.com> | 2019-04-15 11:32:37 +0200 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2019-06-05 09:16:35 -0700 |
commit | 1e669b4808c4457fc53f78655748ec625dd3440c (patch) | |
tree | ad9a998dc2ce90e0665accc063cb4842b8987d72 /arch/arm/dts/tegra124-jetson-tk1.dts | |
parent | c79aa81dbc8a753ac8b00adbfb8c355933b89caa (diff) | |
download | u-boot-1e669b4808c4457fc53f78655748ec625dd3440c.tar.gz |
ARM: tegra: Rename pcie-controller to pcie
Recent versions of DTC have checks for PCI host bridge device tree nodes
that are named something other than "pci" or "pcie". Fix all occurrences
of such nodes for Tegra boards to avoid potential warnings from DTC.
Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'arch/arm/dts/tegra124-jetson-tk1.dts')
-rw-r--r-- | arch/arm/dts/tegra124-jetson-tk1.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/tegra124-jetson-tk1.dts b/arch/arm/dts/tegra124-jetson-tk1.dts index d6420436cd..59e080a8af 100644 --- a/arch/arm/dts/tegra124-jetson-tk1.dts +++ b/arch/arm/dts/tegra124-jetson-tk1.dts @@ -29,7 +29,7 @@ reg = <0x80000000 0x80000000>; }; - pcie-controller@01003000 { + pcie@1003000 { status = "okay"; avddio-pex-supply = <&vdd_1v05_run>; |