mirror of https://gitee.com/openkylin/linux.git
remoteproc: q6v5-mss: Remove mem clk from the active pool
Currently the mem clk is voted upon from both the active and proxy pool on
MSM8998 SoCs where only a proxy vote should suffice. Fix this by removing
mem clk from the active pool.
Fixes: 1665cbd573
("remoteproc: qcom_q6v5_mss: Add support for MSM8998")
Signed-off-by: Sibi Sankar <sibis@codeaurora.org>
Link: https://lore.kernel.org/r/20191218132217.28141-2-sibis@codeaurora.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
40f6a663fb
commit
6ba519aa13
|
@ -1594,7 +1594,6 @@ static const struct rproc_hexagon_res msm8998_mss = {
|
|||
.active_clk_names = (char*[]){
|
||||
"iface",
|
||||
"bus",
|
||||
"mem",
|
||||
"gpll0_mss",
|
||||
"mnoc_axi",
|
||||
"snoc_axi",
|
||||
|
|
Loading…
Reference in New Issue