projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e778190
)
remoteproc: qcom: q6v5-mss: Remove PNoC clock from 8996 MSS
author
Konrad Dybcio
<konrad.dybcio@linaro.org>
Tue, 12 Sep 2023 13:31:48 +0000
(15:31 +0200)
committer
Bjorn Andersson
<andersson@kernel.org>
Wed, 20 Sep 2023 18:25:14 +0000
(11:25 -0700)
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>
drivers/remoteproc/qcom_q6v5_mss.c
patch
|
blob
|
history
diff --git
a/drivers/remoteproc/qcom_q6v5_mss.c
b/drivers/remoteproc/qcom_q6v5_mss.c
index 22fe7b5f5236da08fb9cb2ba6991c4a07f4f904a..394b2c1cb5e218bad7a11c0dfbc0c25de4bebf99 100644
(file)
--- a/
drivers/remoteproc/qcom_q6v5_mss.c
+++ b/
drivers/remoteproc/qcom_q6v5_mss.c
@@
-2322,7
+2322,6
@@
static const struct rproc_hexagon_res msm8996_mss = {
},
.proxy_clk_names = (char*[]){
"xo",
- "pnoc",
"qdss",
NULL
},