mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
remoteproc: qcom: q6v5-mss: Add missing regulator for MSM8996
[ Upstream commit47b874748d] Add proxy vote for pll supply on MSM8996 SoC. Fixes:9f058fa2ef("remoteproc: qcom: Add support for mss remoteproc on msm8996") Signed-off-by: Sibi Sankar <sibis@codeaurora.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
88c779bd23
commit
81607bbf4f
@@ -1268,6 +1268,13 @@ static const struct rproc_hexagon_res sdm845_mss = {
|
||||
|
||||
static const struct rproc_hexagon_res msm8996_mss = {
|
||||
.hexagon_mba_image = "mba.mbn",
|
||||
.proxy_supply = (struct qcom_mss_reg_res[]) {
|
||||
{
|
||||
.supply = "pll",
|
||||
.uA = 100000,
|
||||
},
|
||||
{}
|
||||
},
|
||||
.proxy_clk_names = (char*[]){
|
||||
"xo",
|
||||
"pnoc",
|
||||
|
||||
Reference in New Issue
Block a user