Skip to content

Commit bae9f78

Browse files
maquefelarndb
authored andcommitted
ASoC: dt-bindings: ep93xx: Document DMA support
Document DMA support in binding document. Signed-off-by: Nikita Shubin <[email protected]> Tested-by: Alexander Sverdlin <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Reviewed-by: Mark Brown <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Reviewed-by: Andy Shevchenko <[email protected]> Acked-by: Miquel Raynal <[email protected]> Acked-by: Vinod Koul <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 8f67b1f commit bae9f78

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/devicetree/bindings/sound/cirrus,ep9301-i2s.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,16 @@ properties:
4040
- const: sclk
4141
- const: lrclk
4242

43+
dmas:
44+
items:
45+
- description: out DMA channel
46+
- description: in DMA channel
47+
48+
dma-names:
49+
items:
50+
- const: tx
51+
- const: rx
52+
4353
required:
4454
- compatible
4555
- '#sound-dai-cells'
@@ -61,6 +71,8 @@ examples:
6171
<&syscon 30>,
6272
<&syscon 31>;
6373
clock-names = "mclk", "sclk", "lrclk";
74+
dmas = <&dma0 0 1>, <&dma0 0 2>;
75+
dma-names = "tx", "rx";
6476
};
6577
6678
...

0 commit comments

Comments
 (0)