Commit 6a4b6b06 authored by Bastien Curutchet's avatar Bastien Curutchet Committed by Mark Brown

ASoC: dt-bindings: davinci-mcbsp: Add optional clock

The McBSP uses an internal sample rate generator to provide bit clock
or frame clock. This sample rate generator can be programmed to be
driven by McBSP's internal clock source or by an external clock source
(located on CLKS pin). The external clock source is not described in
the bindings.

Add an optional clock item that allows to select an external clock as
sample rate generator's input.
Signed-off-by: default avatarBastien Curutchet <bastien.curutchet@bootlin.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarPeter Ujfalusi <peter.ujfalusi@gmail.com>
Link: https://msgid.link/r/20240402071213.11671-3-bastien.curutchet@bootlin.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 22a1dd65
...@@ -50,12 +50,16 @@ properties: ...@@ -50,12 +50,16 @@ properties:
- const: tx - const: tx
clocks: clocks:
minItems: 1
items: items:
- description: functional clock - description: functional clock
- description: external input clock for sample rate generator.
clock-names: clock-names:
minItems: 1
items: items:
- const: fck - const: fck
- const: clks
power-domains: power-domains:
maxItems: 1 maxItems: 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment