Message ID | 20240624-x1e-swr-reset-v1-0-da326d0733d4@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | arm64: dts: qcom: x1e80100: Add soundwire controller resets | expand |
On Mon, Jun 24, 2024 at 11:55:29AM GMT, Srinivas Kandagatla wrote: > Soundwire resets are missing in the existing dts, add resets for all the 4 > instances of Soundwire controllers (WSA, WSA2, RX, TX). > > Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Could you please point out the driver changes?
On 24/06/2024 12:08, Dmitry Baryshkov wrote: > On Mon, Jun 24, 2024 at 11:55:29AM GMT, Srinivas Kandagatla wrote: >> Soundwire resets are missing in the existing dts, add resets for all the 4 >> instances of Soundwire controllers (WSA, WSA2, RX, TX). >> >> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> > > Could you please point out the driver changes? If you mean, soundwire controller driver, it already has the reset support. --srini >
On Mon, Jun 24, 2024 at 12:11:08PM GMT, Srinivas Kandagatla wrote: > > > On 24/06/2024 12:08, Dmitry Baryshkov wrote: > > On Mon, Jun 24, 2024 at 11:55:29AM GMT, Srinivas Kandagatla wrote: > > > Soundwire resets are missing in the existing dts, add resets for all the 4 > > > instances of Soundwire controllers (WSA, WSA2, RX, TX). > > > > > > Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> > > > > Could you please point out the driver changes? > If you mean, soundwire controller driver, it already has the reset support. No, I was looking for audiocc drivers.
On 24/06/2024 12:22, Dmitry Baryshkov wrote: > On Mon, Jun 24, 2024 at 12:11:08PM GMT, Srinivas Kandagatla wrote: >> >> >> On 24/06/2024 12:08, Dmitry Baryshkov wrote: >>> On Mon, Jun 24, 2024 at 11:55:29AM GMT, Srinivas Kandagatla wrote: >>>> Soundwire resets are missing in the existing dts, add resets for all the 4 >>>> instances of Soundwire controllers (WSA, WSA2, RX, TX). >>>> >>>> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> >>> >>> Could you please point out the driver changes? >> If you mean, soundwire controller driver, it already has the reset support. > > No, I was looking for audiocc drivers. drivers/clk/qcom/lpasscc-sc8280xp.c needs no changes, other then the dt-bindings changes that i will fix in v2. --srini >
Soundwire resets are missing in the existing dts, add resets for all the 4 instances of Soundwire controllers (WSA, WSA2, RX, TX). Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> --- Srinivas Kandagatla (3): dt-bindings: clock: Add x1e80100 LPASS AUDIOCC reset controller dt-bindings: clock: Add x1e80100 LPASSCC reset controller arm64: dts: qcom: x1e80100: add soundwire controller resets .../bindings/clock/qcom,sc8280xp-lpasscc.yaml | 2 ++ arch/arm64/boot/dts/qcom/x1e80100.dtsi | 23 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) --- base-commit: 781025f172e19ca5682d7bfc5243e7aa74c4977f change-id: 20240624-x1e-swr-reset-0196fbf7b8f9 Best regards,