aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/patches-3.8/044-arm_mvebu_add_pcie_dt_a370_rd.patch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-09-27 01:52:28 +0000
committerLuka Perkov <luka@openwrt.org>2013-09-27 01:52:28 +0000
commitd0603d6615501216ba6c9cf28c03278cd201c55c (patch)
treee09a3c949729bd57dfffcccfd12b4de253616c3d /target/linux/mvebu/patches-3.8/044-arm_mvebu_add_pcie_dt_a370_rd.patch
parenta0848b5884403d5a2d001776216cbf3faf517537 (diff)
downloadupstream-d0603d6615501216ba6c9cf28c03278cd201c55c.tar.gz
upstream-d0603d6615501216ba6c9cf28c03278cd201c55c.tar.bz2
upstream-d0603d6615501216ba6c9cf28c03278cd201c55c.zip
mvebu: drop 3.8 support
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38225
Diffstat (limited to 'target/linux/mvebu/patches-3.8/044-arm_mvebu_add_pcie_dt_a370_rd.patch')
-rw-r--r--target/linux/mvebu/patches-3.8/044-arm_mvebu_add_pcie_dt_a370_rd.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/target/linux/mvebu/patches-3.8/044-arm_mvebu_add_pcie_dt_a370_rd.patch b/target/linux/mvebu/patches-3.8/044-arm_mvebu_add_pcie_dt_a370_rd.patch
deleted file mode 100644
index f3a02d7874..0000000000
--- a/target/linux/mvebu/patches-3.8/044-arm_mvebu_add_pcie_dt_a370_rd.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/arch/arm/boot/dts/armada-370-rd.dts
-+++ b/arch/arm/boot/dts/armada-370-rd.dts
-@@ -71,5 +71,20 @@
- usb@d0051000 {
- status = "okay";
- };
-+
-+ pcie-controller {
-+ status = "okay";
-+ /*
-+ * The two PCIe units are accessible through
-+ * both standard PCIe slots and mini-PCIe
-+ * slots on the board.
-+ */
-+ pcie0@0xd0040000 {
-+ status = "okay";
-+ };
-+ pcie1@0xd0080000 {
-+ status = "okay";
-+ };
-+ };
- };
- };