diff options
author | Srinivasa Rao Mandadapu <quic_srivasam@quicinc.com> | 2022-03-21 14:26:19 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-04-05 19:06:28 +0100 |
commit | 852fda58d99a6c397f8303a8cd8ccec8702d82f5 (patch) | |
tree | cba93eb8b37a0761786786e07a98155b00b34e0e /Documentation/devicetree/bindings/sound/qcom,lpass-tx-macro.yaml | |
parent | 9a2c98418930c60e25b89a140c8b42a8cd6d84a6 (diff) | |
download | lwn-852fda58d99a6c397f8303a8cd8ccec8702d82f5.tar.gz lwn-852fda58d99a6c397f8303a8cd8ccec8702d82f5.zip |
ASoC: qcom: dt-bindings: Update bindings for clocks in lpass digital codes
Update dt-bindings for clocks as per ADSP bypass solutions, in which macro
dcodec GDSCs are enabled using power domains in lpass digital codec drivers.
Signed-off-by: Srinivasa Rao Mandadapu <quic_srivasam@quicinc.com>
Co-developed-by: Venkata Prasad Potturu <quic_potturu@quicinc.com>
Signed-off-by: Venkata Prasad Potturu <quic_potturu@quicinc.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/1647852981-27895-2-git-send-email-quic_srivasam@quicinc.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound/qcom,lpass-tx-macro.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/sound/qcom,lpass-tx-macro.yaml | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/sound/qcom,lpass-tx-macro.yaml b/Documentation/devicetree/bindings/sound/qcom,lpass-tx-macro.yaml index 3f0f99cb18ca..324595a62ae8 100644 --- a/Documentation/devicetree/bindings/sound/qcom,lpass-tx-macro.yaml +++ b/Documentation/devicetree/bindings/sound/qcom,lpass-tx-macro.yaml @@ -28,12 +28,17 @@ properties: maxItems: 5 clock-names: - items: - - const: mclk - - const: npl - - const: macro - - const: dcodec - - const: fsgen + oneOf: + - items: #for ADSP based platforms + - const: mclk + - const: npl + - const: macro + - const: dcodec + - const: fsgen + - items: #for ADSP bypass based platforms + - const: mclk + - const: npl + - const: fsgen clock-output-names: items: |