diff options
author | Nikita Shubin <[email protected]> | 2024-09-09 11:10:52 +0300 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2024-09-12 14:33:11 +0000 |
commit | fb37c3a9c20c2b9650f283c2f4e9b656182dfee8 (patch) | |
tree | cdf92956e901f60c9135a58933709d7fed7b4f35 | |
parent | bae9f789b6c4c365e6a6daa2dfd64a51d2c712de (diff) |
ASoC: dt-bindings: ep93xx: Document Audio Port support
Document Audio Graph Port 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: Andy Shevchenko <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Reviewed-by: Mark Brown <[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]>
-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' |