diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-11-03 15:53:39 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-11-10 21:36:23 +0000 |
commit | bcdc73e167b68cb494977cdb2b92f05ab6455fc2 (patch) | |
tree | 99baff0023cfbf7c2a38cf06cd3fbfaf08e34117 /Documentation/devicetree/bindings/sound/qcom,lpass-rx-macro.yaml | |
parent | f8dc9cd92fe218aa1d8720e1105c542dcd3e58f2 (diff) | |
download | lwn-bcdc73e167b68cb494977cdb2b92f05ab6455fc2.tar.gz lwn-bcdc73e167b68cb494977cdb2b92f05ab6455fc2.zip |
ASoC: dt-bindings: qcom,lpass: do not hard-code clock-output-names
The purpose of clock-output-names is to customize desired clock name,
not use one, same name.
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20221103195341.174972-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/qcom,lpass-rx-macro.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/sound/qcom,lpass-rx-macro.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/qcom,lpass-rx-macro.yaml b/Documentation/devicetree/bindings/sound/qcom,lpass-rx-macro.yaml index 1de11e7f33bb..14016671f32b 100644 --- a/Documentation/devicetree/bindings/sound/qcom,lpass-rx-macro.yaml +++ b/Documentation/devicetree/bindings/sound/qcom,lpass-rx-macro.yaml @@ -43,8 +43,7 @@ properties: - const: fsgen clock-output-names: - items: - - const: mclk + maxItems: 1 power-domains: maxItems: 2 |