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-dlink-dns327l.dts | |
parent | 007d05d898050ffc70fd2737896528c5069f7269 (diff) | |
download | lwn-8d977093bf54422a42927722f93360d6fc240751.tar.gz lwn-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-dlink-dns327l.dts')
-rw-r--r-- | arch/arm/boot/dts/armada-370-dlink-dns327l.dts | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/arch/arm/boot/dts/armada-370-dlink-dns327l.dts b/arch/arm/boot/dts/armada-370-dlink-dns327l.dts index e2a363b1dd8a..9e499eeede4b 100644 --- a/arch/arm/boot/dts/armada-370-dlink-dns327l.dts +++ b/arch/arm/boot/dts/armada-370-dlink-dns327l.dts @@ -72,20 +72,6 @@ MBUS_ID(0x01, 0xe0) 0 0xfff00000 0x100000 MBUS_ID(0x09, 0x01) 0 0xf1100000 0x10000>; - pcie-controller { - status = "okay"; - - pcie@1,0 { - /* Port 0, Lane 0 */ - status = "okay"; - }; - - pcie@2,0 { - /* Port 1, Lane 0 */ - status = "okay"; - }; - }; - internal-regs { sata@a0000 { nr-ports = <2>; @@ -262,6 +248,20 @@ }; }; +&pciec { + status = "okay"; + + pcie@1,0 { + /* Port 0, Lane 0 */ + status = "okay"; + }; + + pcie@2,0 { + /* Port 1, Lane 0 */ + status = "okay"; + }; +}; + &pinctrl { sata_l_white_pin: sata-l-white-pin { marvell,pins = "mpp57"; |