Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Nikita Shubin and committed by
Arnd Bergmann
bae9f789 8f67b1f0

+12
+12
Documentation/devicetree/bindings/sound/cirrus,ep9301-i2s.yaml
··· 40 40 - const: sclk 41 41 - const: lrclk 42 42 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 + 43 53 required: 44 54 - compatible 45 55 - '#sound-dai-cells' ··· 71 61 <&syscon 30>, 72 62 <&syscon 31>; 73 63 clock-names = "mclk", "sclk", "lrclk"; 64 + dmas = <&dma0 0 1>, <&dma0 0 2>; 65 + dma-names = "tx", "rx"; 74 66 }; 75 67 76 68 ...