]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
remoteproc: qcom: q6v5-mss: add powerdomains to MSM8996 config
authorDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Mon, 4 Jul 2022 16:22:02 +0000 (19:22 +0300)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Mon, 18 Jul 2022 20:32:33 +0000 (15:32 -0500)
MSM8996 follows the rest of MSS devices and requires a vote on MX and CX
power domains. Add corresponding entry to the device data.

Fixes: 4760a896be88 ("remoteproc: q6v5-mss: Vote for rpmh power domains")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220704162202.819051-1-dmitry.baryshkov@linaro.org
drivers/remoteproc/qcom_q6v5_mss.c

index 8a66e70e3bfda6a77d0c0cffd5688efdf3b79cf3..fddb63cffee0781f23e7c88e951cb164dac0012b 100644 (file)
@@ -2225,6 +2225,11 @@ static const struct rproc_hexagon_res msm8996_mss = {
                        "mnoc_axi",
                        NULL
        },
+       .proxy_pd_names = (char*[]){
+                       "mx",
+                       "cx",
+                       NULL
+       },
        .need_mem_protection = true,
        .has_alt_reset = false,
        .has_mba_logs = false,