diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-11-05 19:20:09 +0100 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-11-19 09:16:38 +0100 |
commit | 8d977093bf54422a42927722f93360d6fc240751 (patch) | |
tree | 6bf9c14b7a9d461c5beb5442605e53c0166db8f7 /arch/arm/boot/dts/armada-370.dtsi | |
parent | ARM: dts: armada-xp: Fixup pcie DT warnings (diff) | |
download | linux-8d977093bf54422a42927722f93360d6fc240751.tar.xz linux-8d977093bf54422a42927722f93360d6fc240751.zip |
ARM: dts: armada-370: Fixup pcie DT warnings
PCIe has a ranges property, so the unit name should contain an address.
Take the opportunity to use the node label instead of the full name.
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/armada-370.dtsi')
-rw-r--r-- | arch/arm/boot/dts/armada-370.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/armada-370.dtsi b/arch/arm/boot/dts/armada-370.dtsi index 079494e52554..60cdeb35f117 100644 --- a/arch/arm/boot/dts/armada-370.dtsi +++ b/arch/arm/boot/dts/armada-370.dtsi @@ -70,7 +70,7 @@ reg = <MBUS_ID(0x01, 0xe0) 0 0x100000>; }; - pciec: pcie-controller { + pciec: pcie-controller@82000000 { compatible = "marvell,armada-370-pcie"; status = "disabled"; device_type = "pci"; |