Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: Bastien Curutchet <bastien.curutchet@bootlin.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Acked-by: Peter Ujfalusi <peter.ujfalusi@gmail.com>
Link: https://msgid.link/r/20240402071213.11671-3-bastien.curutchet@bootlin.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Bastien Curutchet and committed by
Mark Brown
6a4b6b06 22a1dd65

+4
+4
Documentation/devicetree/bindings/sound/davinci-mcbsp.yaml
··· 50 50 - const: tx 51 51 52 52 clocks: 53 + minItems: 1 53 54 items: 54 55 - description: functional clock 56 + - description: external input clock for sample rate generator. 55 57 56 58 clock-names: 59 + minItems: 1 57 60 items: 58 61 - const: fck 62 + - const: clks 59 63 60 64 power-domains: 61 65 maxItems: 1