summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
diff options
context:
space:
mode:
authorKonrad Dybcio <konrad.dybcio@linaro.org>2023-09-12 15:31:48 +0200
committerBjorn Andersson <andersson@kernel.org>2023-09-20 11:25:14 -0700
commite1592981c51bac38ea2041b642777b3ba30606a8 (patch)
tree2f89288d7bcbbc10a58b25aeacb7abee0aefeb78 /drivers/remoteproc
parente7781901449cbcff129d80a5d9021e9e96084ec4 (diff)
downloadlinux-e1592981c51bac38ea2041b642777b3ba30606a8.tar.gz
linux-e1592981c51bac38ea2041b642777b3ba30606a8.tar.bz2
linux-e1592981c51bac38ea2041b642777b3ba30606a8.zip
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>
Diffstat (limited to 'drivers/remoteproc')
-rw-r--r--drivers/remoteproc/qcom_q6v5_mss.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/remoteproc/qcom_q6v5_mss.c b/drivers/remoteproc/qcom_q6v5_mss.c
index 22fe7b5f5236..394b2c1cb5e2 100644
--- 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
},