Re: [PATCH v2] ASoC: qcom: soundwire: Enable soundwire bus clock for version 1.6

From: Srinivasa Rao Mandadapu
Date: Tue Oct 26 2021 - 07:16:09 EST



On 10/8/2021 7:00 PM, Mark Brown wrote:
Thanks for Your time Brown!!!
On Tue, Oct 05, 2021 at 07:44:45PM +0530, Srinivasa Rao Mandadapu wrote:

+ if (!of_property_read_u32(dev->of_node, "qcom,swrm-hctl-reg", &swrm_hctl_reg))
+ ctrl->swrm_hctl_reg = devm_ioremap(&pdev->dev, swrm_hctl_reg, 0x4);
This is a new DT property so needs an update to the bindings.
Okay. Will update the bindings and re-post it.

--
Qualcomm India Private Limited, on behalf of Qualcomm Innovation Center, Inc.,
is a member of Code Aurora Forum, a Linux Foundation Collaborative Project.