diff options
author | Olivier Moysan <[email protected]> | 2021-02-05 11:44:03 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2021-02-05 15:03:02 +0000 |
commit | df91785a22e2505d2ac668f1d3e6b6e6d8ba627a (patch) | |
tree | 32c88402c9e385d64c0f9818dc23860da400c489 | |
parent | 2927e6d398d0fca52d8f011a89dcfcabb2b1abfd (diff) |
ASoC: dt-bindings: add mclk provider support to stm32 i2s
Add master clock provider support to STM32 I2S.
Reviewed-by: Rob Herring <[email protected]>
Signed-off-by: Olivier Moysan <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/sound/st,stm32-i2s.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/sound/st,stm32-i2s.yaml b/Documentation/devicetree/bindings/sound/st,stm32-i2s.yaml index f32410890589..6feb5a09c184 100644 --- a/Documentation/devicetree/bindings/sound/st,stm32-i2s.yaml +++ b/Documentation/devicetree/bindings/sound/st,stm32-i2s.yaml @@ -54,6 +54,10 @@ properties: resets: maxItems: 1 + "#clock-cells": + description: Configure the I2S device as MCLK clock provider. + const: 0 + required: - compatible - "#sound-dai-cells" |