ASoC: audio-graph-card: Add clocks property to endpoint node

Add optional 'clocks' property to audio port 'endpoint' node. One
such example is where SoC supplies a clock to external audio codec
component.

Signed-off-by: Sameer Pujar <spujar@nvidia.com>
Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://lore.kernel.org/r/1611944866-29373-4-git-send-email-spujar@nvidia.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Sameer Pujar 2021-01-29 23:57:40 +05:30 коммит произвёл Mark Brown
Родитель 70f0bc65f6
Коммит 531e5b7abb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 24D68B725D5487D0
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -33,6 +33,9 @@ properties:
properties: properties:
remote-endpoint: remote-endpoint:
maxItems: 1 maxItems: 1
clocks:
maxItems: 1
description: Describes the clock used by audio component.
mclk-fs: mclk-fs:
description: | description: |
Multiplication factor between stream rate and codec mclk. Multiplication factor between stream rate and codec mclk.