diff mbox series

[1/2] remoteproc: qcom: q6v5-mss: add powerdomains to MSM8996 config

Message ID 20220403193911.1393920-2-dmitry.baryshkov@linaro.org (mailing list archive)
State Not Applicable
Headers show
Series arm64: qcom: apq8096-db820c: enable MSS support | expand

Commit Message

Dmitry Baryshkov April 3, 2022, 7:39 p.m. UTC
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>
---
 drivers/remoteproc/qcom_q6v5_mss.c | 5 +++++
 1 file changed, 5 insertions(+)

Comments

Dmitry Baryshkov June 6, 2022, 3:17 p.m. UTC | #1
On 03/04/2022 22:39, Dmitry Baryshkov wrote:
> 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>

Gracious ping, this patch doesn't seem to be applied in 5.19-rc1. Can it 
be picked for 5.20?

> ---
>   drivers/remoteproc/qcom_q6v5_mss.c | 5 +++++
>   1 file changed, 5 insertions(+)
> 
> diff --git a/drivers/remoteproc/qcom_q6v5_mss.c b/drivers/remoteproc/qcom_q6v5_mss.c
> index 43ea8455546c..3b391a196fb4 100644
> --- a/drivers/remoteproc/qcom_q6v5_mss.c
> +++ b/drivers/remoteproc/qcom_q6v5_mss.c
> @@ -2176,6 +2176,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,
diff mbox series

Patch

diff --git a/drivers/remoteproc/qcom_q6v5_mss.c b/drivers/remoteproc/qcom_q6v5_mss.c
index 43ea8455546c..3b391a196fb4 100644
--- a/drivers/remoteproc/qcom_q6v5_mss.c
+++ b/drivers/remoteproc/qcom_q6v5_mss.c
@@ -2176,6 +2176,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,