diff options
author | Andrew Lunn <andrew@lunn.ch> | 2016-04-03 05:03:47 +0300 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-04-14 20:06:15 +0300 |
commit | eb13cf8345e94a02e9872ca3e909596a5ddb5f90 (patch) | |
tree | 2151232bd4c4bae1d41a63371df2a82f27ffd173 /arch/arm/boot/dts/kirkwood-nsa3x0-common.dtsi | |
parent | 8b1750de6a6a73f5d8796894c8d1858a97f0c77c (diff) | |
download | linux-eb13cf8345e94a02e9872ca3e909596a5ddb5f90.tar.xz |
ARM: dts: kirkwood: Fixup pcie DT warnings
PCIe has a range property, so the unit name should contain an address.
Make use of the label to enable individual PCIe busses. Also, fixup
the synology dtsi file which added a label pcie2 rather than using the
existing pcie1 label.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/kirkwood-nsa3x0-common.dtsi')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-nsa3x0-common.dtsi | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/arch/arm/boot/dts/kirkwood-nsa3x0-common.dtsi b/arch/arm/boot/dts/kirkwood-nsa3x0-common.dtsi index 5ccc46190079..e09b79ac73fd 100644 --- a/arch/arm/boot/dts/kirkwood-nsa3x0-common.dtsi +++ b/arch/arm/boot/dts/kirkwood-nsa3x0-common.dtsi @@ -4,16 +4,6 @@ / { model = "ZyXEL NSA310"; - mbus { - pcie-controller { - status = "okay"; - - pcie@1,0 { - status = "okay"; - }; - }; - }; - ocp@f1000000 { pinctrl: pin-controller@10000 { @@ -157,3 +147,11 @@ reg = <0x5040000 0x2fc0000>; }; }; + +&pciec { + status = "okay"; +}; + +&pcie0 { + status = "okay"; +}; |