mvebu: add preliminary support for PCI express
[openwrt/openwrt.git] / target / linux / mvebu / patches-3.8 / 039-arm_mvebu_add_pcie_dt_ax34.patch
1 The PlatHome OpenBlocks AX3-4 has an internal mini-PCIe slot that can
2 be used to plug mini-PCIe devices. We therefore enable the PCIe
3 interface that corresponds to this slot.
4
5 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6 ---
7 arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts | 7 +++++++
8 1 file changed, 7 insertions(+)
9
10 --- a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
11 +++ b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
12 @@ -130,5 +130,12 @@
13 usb@d0052000 {
14 status = "okay";
15 };
16 + pcie-controller {
17 + status = "okay";
18 + /* Internal mini-PCIe connector */
19 + pcie0.0@0xd0040000 {
20 + status = "okay";
21 + };
22 + };
23 };
24 };