Commit 47b87474 authored by Sibi Sankar's avatar Sibi Sankar Committed by Bjorn Andersson

remoteproc: qcom: q6v5-mss: Add missing regulator for MSM8996

Add proxy vote for pll supply on MSM8996 SoC.

Fixes: 9f058fa2 ("remoteproc: qcom: Add support for mss remoteproc on msm8996")
Signed-off-by: default avatarSibi Sankar <sibis@codeaurora.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 688c4375
...@@ -1395,6 +1395,13 @@ static const struct rproc_hexagon_res sdm845_mss = { ...@@ -1395,6 +1395,13 @@ static const struct rproc_hexagon_res sdm845_mss = {
static const struct rproc_hexagon_res msm8996_mss = { static const struct rproc_hexagon_res msm8996_mss = {
.hexagon_mba_image = "mba.mbn", .hexagon_mba_image = "mba.mbn",
.proxy_supply = (struct qcom_mss_reg_res[]) {
{
.supply = "pll",
.uA = 100000,
},
{}
},
.proxy_clk_names = (char*[]){ .proxy_clk_names = (char*[]){
"xo", "xo",
"pnoc", "pnoc",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment