brcm2708: update to v3.18
[openwrt/staging/wigyori.git] / target / linux / brcm2708 / patches-3.18 / 0082-BCM2708_DT-Correct-length-of-the-peripheral-space.patch
1 From a2a3c09223aa520e08cc34c496dc286843eecf92 Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.org>
3 Date: Mon, 26 Jan 2015 15:26:10 +0000
4 Subject: [PATCH 082/114] BCM2708_DT: Correct length of the peripheral space
5
6 ---
7 arch/arm/boot/dts/bcm2708.dtsi | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10 diff --git a/arch/arm/boot/dts/bcm2708.dtsi b/arch/arm/boot/dts/bcm2708.dtsi
11 index 1b56cb5..d879316 100644
12 --- a/arch/arm/boot/dts/bcm2708.dtsi
13 +++ b/arch/arm/boot/dts/bcm2708.dtsi
14 @@ -15,7 +15,7 @@
15 compatible = "simple-bus";
16 #address-cells = <1>;
17 #size-cells = <1>;
18 - ranges = <0x7e000000 0x20000000 0x02000000>;
19 + ranges = <0x7e000000 0x20000000 0x01000000>;
20
21 intc: interrupt-controller {
22 compatible = "brcm,bcm2708-armctrl-ic";
23 --
24 1.8.3.2
25