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)
committerStephen Boyd <sboyd@kernel.org>
Thu, 24 Jan 2019 19:41:48 +0000 (11:41 -0800)
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>

No differences found