clk: qcom: gcc: Use active only source for CPUSS clocks
authorTaniya Das <tdas@codeaurora.org>
Tue, 18 Dec 2018 18:19:41 +0000 (23:49 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Mar 2019 21:02:27 +0000 (14:02 -0700)
commitaad4dc749ed58c6f37abbe2b6f55a90a2129c375
tree323e620443e6110371d657e1b16026dbfa447933
parentcf872189c804dce1eb104643c7eec173b3933227
clk: qcom: gcc: Use active only source for CPUSS clocks

[ Upstream commit 9ff1a3b4912528f853048ccd9757ba6a2cc75557 ]

The clocks of the CPUSS such as "gcc_cpuss_ahb_clk_src" is a CRITICAL
clock and needs to vote on the active only source of XO, so as to keep
the vote as long as CPUSS is active. Similar rbcpr_clk_src is also has
the same requirement.

Signed-off-by: Taniya Das <tdas@codeaurora.org>
Fixes: 06391eddb60a ("clk: qcom: Add Global Clock controller (GCC) driver for SDM845")
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/clk/qcom/gcc-sdm845.c