Skip to content

Commit e159298

Browse files
konradybcioandersson
authored andcommitted
remoteproc: qcom: q6v5-mss: Remove PNoC clock from 8996 MSS
The PNoC clock is a clock for the entire PNoC bus, managed from within the interconnect driver. Attaching it to MSS was a total hack. Get rid of it. Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230721-topic-rpm_clk_cleanup-v2-10-1e506593b1bd@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent e778190 commit e159298

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/remoteproc/qcom_q6v5_mss.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2322,7 +2322,6 @@ static const struct rproc_hexagon_res msm8996_mss = {
23222322
},
23232323
.proxy_clk_names = (char*[]){
23242324
"xo",
2325-
"pnoc",
23262325
"qdss",
23272326
NULL
23282327
},

0 commit comments

Comments
 (0)