]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
BCM2835_DT: Fix I2S register map
authorRobert Tiemann <rtie@gmx.de>
Mon, 20 Jul 2015 09:01:25 +0000 (11:01 +0200)
committerThadeu Lima de Souza Cascardo <cascardo@canonical.com>
Fri, 9 Mar 2018 15:20:51 +0000 (12:20 -0300)
Documentation/devicetree/bindings/dma/brcm,bcm2835-dma.txt
Documentation/devicetree/bindings/sound/brcm,bcm2835-i2s.txt

index baf9b34d20bfb5b5493e0a69841362530c900a77..11c052acf65e74f032ae77bfd2749db860762b2d 100644 (file)
@@ -74,8 +74,8 @@ Example:
 
 bcm2835_i2s: i2s@7e203000 {
        compatible = "brcm,bcm2835-i2s";
-       reg = < 0x7e203000 0x20>,
-             < 0x7e101098 0x02>;
+       reg = < 0x7e203000 0x24>,
+             < 0x7e101098 0x08>;
 
        dmas = <&dma 2>,
               <&dma 3>;
index 65783de0aedf3da79adc36fd077b7a89954ddb6b..a89fe4220fdc3f26f75ee66daf187554427118a2 100644 (file)
@@ -16,8 +16,8 @@ Example:
 
 bcm2835_i2s: i2s@7e203000 {
        compatible = "brcm,bcm2835-i2s";
-       reg = <0x7e203000 0x20>,
-             <0x7e101098 0x02>;
+       reg = <0x7e203000 0x24>,
+             <0x7e101098 0x08>;
 
        dmas = <&dma 2>,
               <&dma 3>;