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 <nikita.shubin@maquefel.me> Tested-by: Alexander Sverdlin <alexander.sverdlin@gmail.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Mark Brown <broonie@kernel.org> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Reviewed-by: Andy Shevchenko <andy@kernel.org> Acked-by: Miquel Raynal <miquel.raynal@bootlin.com> Acked-by: Vinod Koul <vkoul@kernel.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent 8f67b1f commit bae9f78

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

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)