diff options
author | Olivier Moysan <olivier.moysan@st.com> | 2021-02-05 11:44:03 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-02-05 15:03:02 +0000 |
commit | df91785a22e2505d2ac668f1d3e6b6e6d8ba627a (patch) | |
tree | 32c88402c9e385d64c0f9818dc23860da400c489 | |
parent | 2927e6d398d0fca52d8f011a89dcfcabb2b1abfd (diff) | |
download | lwn-df91785a22e2505d2ac668f1d3e6b6e6d8ba627a.tar.gz lwn-df91785a22e2505d2ac668f1d3e6b6e6d8ba627a.zip |
ASoC: dt-bindings: add mclk provider support to stm32 i2s
Add master clock provider support to STM32 I2S.
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Olivier Moysan <olivier.moysan@foss.st.com>
Link: https://lore.kernel.org/r/20210205104404.18786-2-olivier.moysan@foss.st.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-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" |