Skip to content

Commit

Permalink
Merge series "ASoC: stm32: i2s: add master clock provider" from Olivi…
Browse files Browse the repository at this point in the history
…er Moysan <[email protected]>:

Add master clock generation support in STM32 I2S driver.
Resend of patch https://lkml.org/lkml/2020/9/11/264

Olivier Moysan (2):
  ASoC: dt-bindings: add mclk provider support to stm32 i2s
  ASoC: stm32: i2s: add master clock provider

 .../bindings/sound/st,stm32-i2s.yaml          |   4 +
 sound/soc/stm/stm32_i2s.c                     | 310 +++++++++++++++---
 2 files changed, 270 insertions(+), 44 deletions(-)

--
2.17.1
  • Loading branch information
broonie committed Feb 5, 2021
2 parents 19657a6 + 8a262e6 commit b6040f9
Show file tree
Hide file tree
Showing 2 changed files with 270 additions and 44 deletions.
4 changes: 4 additions & 0 deletions Documentation/devicetree/bindings/sound/st,stm32-i2s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Loading

0 comments on commit b6040f9

Please sign in to comment.