On 24/06/2024 12:09, Dmitry Baryshkov wrote:
On Mon, Jun 24, 2024 at 11:55:32AM GMT, Srinivas Kandagatla wrote:
Soundwire controllers (WSA, WSA2, RX, TX) require reset lines to enable
switching clock control from hardware to software.
Add them along with the reset control providers.
Without this reset we might hit fifo under/over run when we try to write to
soundwire device registers.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/x1e80100.dtsi | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
I doesn't look like this was tested against the bindings.
True, let me do that and send a new version.
--srini