diff options
author | Stefan Wahren <stefan.wahren@i2se.com> | 2018-02-16 13:55:33 +0300 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2018-02-22 22:31:31 +0300 |
commit | 7eab96f386549efcbdf25a5258576fa924242aac (patch) | |
tree | 10146e556edda397ab08c8f8171feeb445667dc6 /Documentation/devicetree/bindings/dma/brcm,bcm2835-dma.txt | |
parent | 1a012cb2569f2031b3636232c3ab21c20c92d281 (diff) | |
download | linux-7eab96f386549efcbdf25a5258576fa924242aac.tar.xz |
dt-bindings: bcm283x: Fix register ranges of bcm2835-i2s
Since 517e7a1537a ("ASoC: bcm2835: move to use the clock framework")
the bcm2835-i2s requires a clock as DT property. Unfortunately
the necessary DT change has never been applied. While we are at it
also fix the first PCM register range to cover the PCM_GRAY register.
This patch only fixes the affected dt-bindings.
Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'Documentation/devicetree/bindings/dma/brcm,bcm2835-dma.txt')
-rw-r--r-- | Documentation/devicetree/bindings/dma/brcm,bcm2835-dma.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/dma/brcm,bcm2835-dma.txt b/Documentation/devicetree/bindings/dma/brcm,bcm2835-dma.txt index baf9b34d20bf..b6a8cc0978cd 100644 --- a/Documentation/devicetree/bindings/dma/brcm,bcm2835-dma.txt +++ b/Documentation/devicetree/bindings/dma/brcm,bcm2835-dma.txt @@ -74,8 +74,8 @@ Example: bcm2835_i2s: i2s@7e203000 { compatible = "brcm,bcm2835-i2s"; - reg = < 0x7e203000 0x20>, - < 0x7e101098 0x02>; + reg = < 0x7e203000 0x24>; + clocks = <&clocks BCM2835_CLOCK_PCM>; dmas = <&dma 2>, <&dma 3>; |