summaryrefslogtreecommitdiff
path: root/target/linux/brcm2708/patches-3.18/0082-BCM2708_DT-Correct-length-of-the-peripheral-space.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-09-11 17:17:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-09-11 17:17:30 +0000
commite1f0a7e841750fe8e47b4755fb5f849bcda2b50d (patch)
tree9825ebb26da47de4138e7e83d7979976846f18b5 /target/linux/brcm2708/patches-3.18/0082-BCM2708_DT-Correct-length-of-the-peripheral-space.patch
parent6c1adb3eecff7e86f7396e1aa443ee1ce947d9ec (diff)
downloadmtk-20170518-e1f0a7e841750fe8e47b4755fb5f849bcda2b50d.zip
mtk-20170518-e1f0a7e841750fe8e47b4755fb5f849bcda2b50d.tar.gz
mtk-20170518-e1f0a7e841750fe8e47b4755fb5f849bcda2b50d.tar.bz2
brcm2708: remove linux 3.18 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46870
Diffstat (limited to 'target/linux/brcm2708/patches-3.18/0082-BCM2708_DT-Correct-length-of-the-peripheral-space.patch')
-rw-r--r--target/linux/brcm2708/patches-3.18/0082-BCM2708_DT-Correct-length-of-the-peripheral-space.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/brcm2708/patches-3.18/0082-BCM2708_DT-Correct-length-of-the-peripheral-space.patch b/target/linux/brcm2708/patches-3.18/0082-BCM2708_DT-Correct-length-of-the-peripheral-space.patch
deleted file mode 100644
index 14f3e3d..0000000
--- a/target/linux/brcm2708/patches-3.18/0082-BCM2708_DT-Correct-length-of-the-peripheral-space.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-From a2a3c09223aa520e08cc34c496dc286843eecf92 Mon Sep 17 00:00:00 2001
-From: Phil Elwell <phil@raspberrypi.org>
-Date: Mon, 26 Jan 2015 15:26:10 +0000
-Subject: [PATCH 082/114] BCM2708_DT: Correct length of the peripheral space
-
----
- arch/arm/boot/dts/bcm2708.dtsi | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/arch/arm/boot/dts/bcm2708.dtsi
-+++ b/arch/arm/boot/dts/bcm2708.dtsi
-@@ -15,7 +15,7 @@
- compatible = "simple-bus";
- #address-cells = <1>;
- #size-cells = <1>;
-- ranges = <0x7e000000 0x20000000 0x02000000>;
-+ ranges = <0x7e000000 0x20000000 0x01000000>;
-
- intc: interrupt-controller {
- compatible = "brcm,bcm2708-armctrl-ic";