Commit 852fda58 authored by Srinivasa Rao Mandadapu's avatar Srinivasa Rao Mandadapu Committed by Mark Brown

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: default avatarSrinivasa Rao Mandadapu <quic_srivasam@quicinc.com>
Co-developed-by: default avatarVenkata Prasad Potturu <quic_potturu@quicinc.com>
Signed-off-by: default avatarVenkata Prasad Potturu <quic_potturu@quicinc.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/1647852981-27895-2-git-send-email-quic_srivasam@quicinc.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 9a2c9841
...@@ -28,12 +28,17 @@ properties: ...@@ -28,12 +28,17 @@ properties:
maxItems: 5 maxItems: 5
clock-names: clock-names:
items: oneOf:
- items: #for ADSP based platforms
- const: mclk - const: mclk
- const: npl - const: npl
- const: macro - const: macro
- const: dcodec - const: dcodec
- const: fsgen - const: fsgen
- items: #for ADSP bypass based platforms
- const: mclk
- const: npl
- const: fsgen
clock-output-names: clock-output-names:
items: items:
......
...@@ -28,12 +28,17 @@ properties: ...@@ -28,12 +28,17 @@ properties:
maxItems: 5 maxItems: 5
clock-names: clock-names:
items: oneOf:
- items: #for ADSP based platforms
- const: mclk - const: mclk
- const: npl - const: npl
- const: macro - const: macro
- const: dcodec - const: dcodec
- const: fsgen - const: fsgen
- items: #for ADSP bypass based platforms
- const: mclk
- const: npl
- const: fsgen
clock-output-names: clock-output-names:
items: items:
......
...@@ -28,10 +28,13 @@ properties: ...@@ -28,10 +28,13 @@ properties:
maxItems: 3 maxItems: 3
clock-names: clock-names:
items: oneOf:
- items: #for ADSP based platforms
- const: mclk - const: mclk
- const: core - const: core
- const: dcodec - const: dcodec
- items: #for ADSP bypass based platforms
- const: mclk
clock-output-names: clock-output-names:
items: items:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment