| Submitter | Thomas Petazzoni |
|---|---|
| Date | March 8, 2013, 3:19 p.m. |
| Message ID | <1362755960-30791-14-git-send-email-thomas.petazzoni@free-electrons.com> |
| Download | mbox | patch |
| Permalink | /patch/226152/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts index 3818a82..5f87bc8 100644 --- a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts +++ b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts @@ -139,5 +139,13 @@ usb@d0051000 { status = "okay"; }; + + pcie-controller { + status = "okay"; + /* Internal mini-PCIe connector */ + pcie@0,0 { + status = "okay"; + }; + }; }; };
The PlatHome OpenBlocks AX3-4 has an internal mini-PCIe slot that can be used to plug mini-PCIe devices. We therefore enable the PCIe interface that corresponds to this slot. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> --- arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts | 8 ++++++++ 1 file changed, 8 insertions(+)