Message ID | 1624559605-29847-1-git-send-email-sibis@codeaurora.org |
---|---|
State | Accepted |
Commit | dd585d9bfbf06fd08a6326c82978be1f06e7d1bd |
Headers | show |
Series | remoteproc: qcom: pas: Add missing power-domain "mxc" for CDSP | expand |
On Fri, 25 Jun 2021 00:03:25 +0530, Sibi Sankar wrote: > Add missing power-domain "mxc" required by CDSP PAS remoteproc on SM8350 > SoC. > > Applied, thanks! [1/1] remoteproc: qcom: pas: Add missing power-domain "mxc" for CDSP commit: dd585d9bfbf06fd08a6326c82978be1f06e7d1bd Best regards,
diff --git a/drivers/remoteproc/qcom_q6v5_pas.c b/drivers/remoteproc/qcom_q6v5_pas.c index b921fc26cd04..ad20065dbdea 100644 --- a/drivers/remoteproc/qcom_q6v5_pas.c +++ b/drivers/remoteproc/qcom_q6v5_pas.c @@ -661,6 +661,7 @@ static const struct adsp_data sm8350_cdsp_resource = { }, .proxy_pd_names = (char*[]){ "cx", + "mxc", NULL }, .ssr_name = "cdsp",
Add missing power-domain "mxc" required by CDSP PAS remoteproc on SM8350 SoC. Fixes: e8b4e9a21af7 ("remoteproc: qcom: pas: Add SM8350 PAS remoteprocs") Signed-off-by: Sibi Sankar <sibis@codeaurora.org> Cc: stable@vger.kernel.org --- The device tree and pas documentation lists mcx as a required pd for cdsp. Looks like it was missed while adding the proxy pds in the pas driver. Bjorn/Vinod you'll need to test this patch before picking it up. drivers/remoteproc/qcom_q6v5_pas.c | 1 + 1 file changed, 1 insertion(+)