ath79: add support for TP-LINK Archer C7 v4
[openwrt/staging/jogo.git] / target / linux / brcm2708 / patches-4.9 / 950-0029-BCM2835_DT-Fix-I2S-register-map.patch
1 From 317560a92ebfdac14df54b6a242dd8f5ecc1fd58 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] 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 2 files changed, 4 insertions(+), 4 deletions(-)
10
11 --- a/Documentation/devicetree/bindings/dma/brcm,bcm2835-dma.txt
12 +++ b/Documentation/devicetree/bindings/dma/brcm,bcm2835-dma.txt
13 @@ -74,8 +74,8 @@ Example:
14
15 bcm2835_i2s: i2s@7e203000 {
16 compatible = "brcm,bcm2835-i2s";
17 - reg = < 0x7e203000 0x20>,
18 - < 0x7e101098 0x02>;
19 + reg = < 0x7e203000 0x24>,
20 + < 0x7e101098 0x08>;
21
22 dmas = <&dma 2>,
23 <&dma 3>;
24 --- a/Documentation/devicetree/bindings/sound/brcm,bcm2835-i2s.txt
25 +++ b/Documentation/devicetree/bindings/sound/brcm,bcm2835-i2s.txt
26 @@ -16,8 +16,8 @@ Example:
27
28 bcm2835_i2s: i2s@7e203000 {
29 compatible = "brcm,bcm2835-i2s";
30 - reg = <0x7e203000 0x20>,
31 - <0x7e101098 0x02>;
32 + reg = <0x7e203000 0x24>,
33 + <0x7e101098 0x08>;
34
35 dmas = <&dma 2>,
36 <&dma 3>;