mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
remoteproc: qcom: q6v5-mss: Add missing clocks for MSM8996
Proxy vote for QDSS clock and remove vote on handover interrupt
to provide MSS PBL with access to STM hardware registers during
boot. Add "snoc_axi" and "mnoc_axi" to the active clock list.
Rename "gpll0_mss_clk" to "gpll0_mss" for consistency across SoCs.
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>
This commit is contained in:
parent
0f97dbbc1f
commit
80ec419c34
@ -1398,13 +1398,16 @@ static const struct rproc_hexagon_res msm8996_mss = {
|
||||
.proxy_clk_names = (char*[]){
|
||||
"xo",
|
||||
"pnoc",
|
||||
"qdss",
|
||||
NULL
|
||||
},
|
||||
.active_clk_names = (char*[]){
|
||||
"iface",
|
||||
"bus",
|
||||
"mem",
|
||||
"gpll0_mss_clk",
|
||||
"gpll0_mss",
|
||||
"snoc_axi",
|
||||
"mnoc_axi",
|
||||
NULL
|
||||
},
|
||||
.need_mem_protection = true,
|
||||
|
Loading…
Reference in New Issue
Block a user