Skip to content

Commit 60657fb

Browse files
Srinivasa Rao Mandadapuvinodkoul
authored andcommitted
dt-bindings: soundwire: qcom: Add bindings for audio clock reset control property
Update description for audio clock reset control property, which is required for latest chipsets, to allow rx, tx and wsa bus clock enabling in software control mode by configuring dynamic clock gating control registers. 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: Stephen Boyd <swboyd@chromium.org> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/1646316128-21082-3-git-send-email-quic_srivasam@quicinc.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent d6de188 commit 60657fb

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Documentation/devicetree/bindings/soundwire/qcom,sdw.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,18 @@ board specific bus parameters.
162162
or applicable for the respective data port.
163163
More info in MIPI Alliance SoundWire 1.0 Specifications.
164164

165+
- reset:
166+
Usage: optional
167+
Value type: <prop-encoded-array>
168+
Definition: Should specify the SoundWire audio CSR reset controller interface,
169+
which is required for SoundWire version 1.6.0 and above.
170+
171+
- reset-names:
172+
Usage: optional
173+
Value type: <stringlist>
174+
Definition: should be "swr_audio_cgcr" for SoundWire audio CSR reset
175+
controller interface.
176+
165177
Note:
166178
More Information on detail of encoding of these fields can be
167179
found in MIPI Alliance SoundWire 1.0 Specifications.
@@ -180,6 +192,8 @@ soundwire: soundwire@c85 {
180192
interrupts = <20 IRQ_TYPE_EDGE_RISING>;
181193
clocks = <&wcc>;
182194
clock-names = "iface";
195+
resets = <&lpass_audiocc LPASS_AUDIO_SWR_TX_CGCR>;
196+
reset-names = "swr_audio_cgcr";
183197
#sound-dai-cells = <1>;
184198
qcom,dports-type = <0>;
185199
qcom,dout-ports = <6>;

0 commit comments

Comments
 (0)