All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] remoteproc: qcom: q6v5-mss: add powerdomains to MSM8996 config
@ 2022-07-04 16:22 Dmitry Baryshkov
  2022-07-18 22:59 ` (subset) " Bjorn Andersson
  0 siblings, 1 reply; 2+ messages in thread
From: Dmitry Baryshkov @ 2022-07-04 16:22 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Mathieu Poirier
  Cc: linux-arm-msm, linux-remoteproc

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(+)

diff --git a/drivers/remoteproc/qcom_q6v5_mss.c b/drivers/remoteproc/qcom_q6v5_mss.c
index af217de75e4d..a8aae6f8caba 100644
--- a/drivers/remoteproc/qcom_q6v5_mss.c
+++ b/drivers/remoteproc/qcom_q6v5_mss.c
@@ -2188,6 +2188,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,
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: (subset) [PATCH] remoteproc: qcom: q6v5-mss: add powerdomains to MSM8996 config
  2022-07-04 16:22 [PATCH] remoteproc: qcom: q6v5-mss: add powerdomains to MSM8996 config Dmitry Baryshkov
@ 2022-07-18 22:59 ` Bjorn Andersson
  0 siblings, 0 replies; 2+ messages in thread
From: Bjorn Andersson @ 2022-07-18 22:59 UTC (permalink / raw)
  To: agross, konrad.dybcio, mathieu.poirier, dmitry.baryshkov
  Cc: linux-remoteproc, linux-arm-msm

On Mon, 4 Jul 2022 19:22:02 +0300, 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.
> 
> 

Applied, thanks!

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

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-18 22:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-04 16:22 [PATCH] remoteproc: qcom: q6v5-mss: add powerdomains to MSM8996 config Dmitry Baryshkov
2022-07-18 22:59 ` (subset) " Bjorn Andersson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.