summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/kirkwood-ts419-6282.dts
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2016-04-03 04:03:47 +0200
committerGregory CLEMENT <gregory.clement@free-electrons.com>2016-04-14 19:06:15 +0200
commiteb13cf8345e94a02e9872ca3e909596a5ddb5f90 (patch)
tree2151232bd4c4bae1d41a63371df2a82f27ffd173 /arch/arm/boot/dts/kirkwood-ts419-6282.dts
parent8b1750de6a6a73f5d8796894c8d1858a97f0c77c (diff)
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-ts419-6282.dts')
-rw-r--r--arch/arm/boot/dts/kirkwood-ts419-6282.dts15
1 files changed, 3 insertions, 12 deletions
diff --git a/arch/arm/boot/dts/kirkwood-ts419-6282.dts b/arch/arm/boot/dts/kirkwood-ts419-6282.dts
index d7512d4cdced..e3e71f48acc8 100644
--- a/arch/arm/boot/dts/kirkwood-ts419-6282.dts
+++ b/arch/arm/boot/dts/kirkwood-ts419-6282.dts
@@ -16,17 +16,8 @@
#include "kirkwood-ts219.dtsi"
#include "kirkwood-ts419.dtsi"
-/ {
- mbus {
- pcie-controller {
- status = "okay";
-
- pcie@2,0 {
- status = "okay";
- };
- };
- };
-};
-
&ethphy0 { reg = <0>; };
&ethphy1 { reg = <1>; };
+
+&pciec { status = "okay"; };
+&pcie1 { status = "okay"; };