aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/patches-3.8/039-arm_mvebu_add_pcie_dt_ax34.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/mvebu/patches-3.8/039-arm_mvebu_add_pcie_dt_ax34.patch')
-rw-r--r--target/linux/mvebu/patches-3.8/039-arm_mvebu_add_pcie_dt_ax34.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/target/linux/mvebu/patches-3.8/039-arm_mvebu_add_pcie_dt_ax34.patch b/target/linux/mvebu/patches-3.8/039-arm_mvebu_add_pcie_dt_ax34.patch
deleted file mode 100644
index 893c073eb5..0000000000
--- a/target/linux/mvebu/patches-3.8/039-arm_mvebu_add_pcie_dt_ax34.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-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(+)
-
---- a/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
-+++ b/arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts
-@@ -130,5 +130,12 @@
- usb@d0052000 {
- status = "okay";
- };
-+ pcie-controller {
-+ status = "okay";
-+ /* Internal mini-PCIe connector */
-+ pcie0.0@0xd0040000 {
-+ status = "okay";
-+ };
-+ };
- };
- };