brcm2708: update 4.1 patches
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.1 / 0125-BCM270X_DT-Fix-I2S-register-map.patch
1 From 5a632aea29485cab29a3882cdef4840bfea0dfad Mon Sep 17 00:00:00 2001
2 From: Robert Tiemann <rtie@gmx.de>
3 Date: Mon, 20 Jul 2015 11:01:13 +0200
4 Subject: [PATCH 125/171] BCM270X_DT: Fix I2S register map
5
6 ---
7 arch/arm/boot/dts/bcm2708_common.dtsi | 4 ++--
8 1 file changed, 2 insertions(+), 2 deletions(-)
9
10 --- a/arch/arm/boot/dts/bcm2708_common.dtsi
11 +++ b/arch/arm/boot/dts/bcm2708_common.dtsi
12 @@ -117,8 +117,8 @@
13
14 i2s: i2s@7e203000 {
15 compatible = "brcm,bcm2708-i2s";
16 - reg = <0x7e203000 0x20>,
17 - <0x7e101098 0x02>;
18 + reg = <0x7e203000 0x24>,
19 + <0x7e101098 0x08>;
20
21 //dmas = <&dma 2>,
22 // <&dma 3>;