]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
remoteproc: q6v5-mss: Remove mem clk from the active pool
authorSibi Sankar <sibis@codeaurora.org>
Wed, 18 Dec 2019 13:22:13 +0000 (18:52 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Feb 2020 07:38:18 +0000 (08:38 +0100)
[ Upstream commit 6ba519aa13758dd55248f3a6f939536656df2661 ]

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: 1665cbd5731fa ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/remoteproc/qcom_q6v5_mss.c

index 471128a2e72392a179294bdffcb2358fe75dc338..164fc2a53ef1196a33c044cfeee98685cf5b5748 100644 (file)
@@ -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",