diff options
author | Sameer Pujar <spujar@nvidia.com> | 2021-02-10 12:13:40 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-02-11 13:10:47 +0000 |
commit | 0be0f142b8323378df6358c36dd15494134f5b94 (patch) | |
tree | 367f452bb8bb7599e2b2bb99d3f482132a46b372 /Documentation | |
parent | 1e30f642cf2939bbdac82ea0dd3071232670b5ab (diff) | |
download | linux-stable-0be0f142b8323378df6358c36dd15494134f5b94.tar.gz linux-stable-0be0f142b8323378df6358c36dd15494134f5b94.tar.bz2 linux-stable-0be0f142b8323378df6358c36dd15494134f5b94.zip |
ASoC: audio-graph-card: Drop device node clocks property
An endpoint is not a device and it is recommended to use clocks property
in the device node. Hence reverting the original change.
Fixes: 531e5b7abbde ("ASoC: audio-graph-card: Add clocks property to endpoint node")
Suggested-by: Rob Herring <robh@kernel.org>
Cc: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Sameer Pujar <spujar@nvidia.com>
Link: https://lore.kernel.org/r/1612939421-19900-3-git-send-email-spujar@nvidia.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/sound/audio-graph-port.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/sound/audio-graph-port.yaml b/Documentation/devicetree/bindings/sound/audio-graph-port.yaml index 08ed8f52c962..766e9109b2f7 100644 --- a/Documentation/devicetree/bindings/sound/audio-graph-port.yaml +++ b/Documentation/devicetree/bindings/sound/audio-graph-port.yaml @@ -33,9 +33,6 @@ properties: properties: remote-endpoint: maxItems: 1 - clocks: - maxItems: 1 - description: Describes the clock used by audio component. mclk-fs: description: | Multiplication factor between stream rate and codec mclk. |