Skip to content

Commit dd585d9

Browse files
Sibi Sankarandersson
authored andcommitted
remoteproc: qcom: pas: Add missing power-domain "mxc" for CDSP
Add missing power-domain "mxc" required by CDSP PAS remoteproc on SM8350 SoC. Fixes: e8b4e9a ("remoteproc: qcom: pas: Add SM8350 PAS remoteprocs") Signed-off-by: Sibi Sankar <[email protected]> Cc: [email protected] Tested-by: Bjorn Andersson <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent da87976 commit dd585d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/remoteproc/qcom_q6v5_pas.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,6 +652,7 @@ static const struct adsp_data sm8350_cdsp_resource = {
652652
.auto_boot = true,
653653
.proxy_pd_names = (char*[]){
654654
"cx",
655+
"mxc",
655656
NULL
656657
},
657658
.load_state = "cdsp",

0 commit comments

Comments
 (0)