diff options
author | Andrew Lunn <andrew@lunn.ch> | 2016-04-03 04:03:47 +0200 |
---|---|---|
committer | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2016-04-14 19:06:15 +0200 |
commit | eb13cf8345e94a02e9872ca3e909596a5ddb5f90 (patch) | |
tree | 2151232bd4c4bae1d41a63371df2a82f27ffd173 /arch/arm/boot/dts/kirkwood-openrd.dtsi | |
parent | 8b1750de6a6a73f5d8796894c8d1858a97f0c77c (diff) | |
download | talos-op-linux-eb13cf8345e94a02e9872ca3e909596a5ddb5f90.tar.gz talos-op-linux-eb13cf8345e94a02e9872ca3e909596a5ddb5f90.zip |
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-openrd.dtsi')
-rw-r--r-- | arch/arm/boot/dts/kirkwood-openrd.dtsi | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/arch/arm/boot/dts/kirkwood-openrd.dtsi b/arch/arm/boot/dts/kirkwood-openrd.dtsi index 24f1d30970a0..e4ecab112601 100644 --- a/arch/arm/boot/dts/kirkwood-openrd.dtsi +++ b/arch/arm/boot/dts/kirkwood-openrd.dtsi @@ -25,16 +25,6 @@ stdout-path = &uart0; }; - mbus { - pcie-controller { - status = "okay"; - - pcie@1,0 { - status = "okay"; - }; - }; - }; - ocp@f1000000 { pinctrl: pin-controller@10000 { pinctrl-0 = <&pmx_select28 &pmx_sdio_cd &pmx_select34>; @@ -125,3 +115,7 @@ reg = <0x0600000 0x1FA00000>; }; }; + +&pcie0 { + status = "okay"; +}; |