summaryrefslogtreecommitdiff
path: root/target/linux/brcm2708/patches-3.18/0082-BCM2708_DT-Correct-length-of-the-peripheral-space.patch
diff options
context:
space:
mode:
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";