brcm2708: update linux 4.4 patches to latest version
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.4 / 0004-BCM2835_DT-Fix-I2S-register-map.patch
1 From 7d5a47372854564f8071edeaf217360d2f53cde0 Mon Sep 17 00:00:00 2001
2 From: Robert Tiemann <rtie@gmx.de>
3 Date: Mon, 20 Jul 2015 11:01:25 +0200
4 Subject: [PATCH 004/423] BCM2835_DT: Fix I2S register map
5
6 ---
7 Documentation/devicetree/bindings/dma/brcm,bcm2835-dma.txt | 4 ++--
8 Documentation/devicetree/bindings/sound/brcm,bcm2835-i2s.txt | 4 ++--
9 arch/arm/boot/dts/bcm2835.dtsi | 4 ++--
10 3 files changed, 6 insertions(+), 6 deletions(-)
11
12 --- a/Documentation/devicetree/bindings/dma/brcm,bcm2835-dma.txt
13 +++ b/Documentation/devicetree/bindings/dma/brcm,bcm2835-dma.txt
14 @@ -48,8 +48,8 @@ Example:
15
16 bcm2835_i2s: i2s@7e203000 {
17 compatible = "brcm,bcm2835-i2s";
18 - reg = < 0x7e203000 0x20>,
19 - < 0x7e101098 0x02>;
20 + reg = < 0x7e203000 0x24>,
21 + < 0x7e101098 0x08>;
22
23 dmas = <&dma 2>,
24 <&dma 3>;
25 --- a/Documentation/devicetree/bindings/sound/brcm,bcm2835-i2s.txt
26 +++ b/Documentation/devicetree/bindings/sound/brcm,bcm2835-i2s.txt
27 @@ -16,8 +16,8 @@ Example:
28
29 bcm2835_i2s: i2s@7e203000 {
30 compatible = "brcm,bcm2835-i2s";
31 - reg = <0x7e203000 0x20>,
32 - <0x7e101098 0x02>;
33 + reg = <0x7e203000 0x24>,
34 + <0x7e101098 0x08>;
35
36 dmas = <&dma 2>,
37 <&dma 3>;
38 --- a/arch/arm/boot/dts/bcm2835.dtsi
39 +++ b/arch/arm/boot/dts/bcm2835.dtsi
40 @@ -120,8 +120,8 @@
41
42 i2s: i2s@7e203000 {
43 compatible = "brcm,bcm2835-i2s";
44 - reg = <0x7e203000 0x20>,
45 - <0x7e101098 0x02>;
46 + reg = <0x7e203000 0x24>,
47 + <0x7e101098 0x08>;
48
49 dmas = <&dma 2>,
50 <&dma 3>;