diff options
author | Nikita Shubin <nikita.shubin@maquefel.me> | 2024-09-09 10:10:52 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-09-12 16:33:11 +0200 |
commit | fb37c3a9c20c2b9650f283c2f4e9b656182dfee8 (patch) | |
tree | cdf92956e901f60c9135a58933709d7fed7b4f35 /Documentation | |
parent | ASoC: dt-bindings: ep93xx: Document DMA support (diff) | |
download | linux-fb37c3a9c20c2b9650f283c2f4e9b656182dfee8.tar.xz linux-fb37c3a9c20c2b9650f283c2f4e9b656182dfee8.zip |
ASoC: dt-bindings: ep93xx: Document Audio Port support
Document Audio Graph Port 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: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Mark Brown <broonie@kernel.org>
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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/cirrus,ep9301-i2s.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/cirrus,ep9301-i2s.yaml b/Documentation/devicetree/bindings/sound/cirrus,ep9301-i2s.yaml index 36a320ddf534..4693e85aed37 100644 --- a/Documentation/devicetree/bindings/sound/cirrus,ep9301-i2s.yaml +++ b/Documentation/devicetree/bindings/sound/cirrus,ep9301-i2s.yaml @@ -50,6 +50,10 @@ properties: - const: tx - const: rx + port: + $ref: audio-graph-port.yaml# + unevaluatedProperties: false + required: - compatible - '#sound-dai-cells' |