| Submitter | Thomas Petazzoni |
|---|---|
| Date | Jan. 28, 2013, 6:56 p.m. |
| Message ID | <1359399397-29729-24-git-send-email-thomas.petazzoni@free-electrons.com> |
| Download | mbox | patch |
| Permalink | /patch/216323/ |
| State | Not Applicable |
| 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 b42652f..67fcaaa 100644 --- a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts +++ b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts @@ -121,5 +121,12 @@ nr-ports = <2>; 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 | 7 +++++++ 1 file changed, 7 insertions(+)