]> asedeno.scripts.mit.edu Git - linux.git/commit
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)
commit9ff1a3b4912528f853048ccd9757ba6a2cc75557
tree40f1c5ce06267ef864c03d23627c01a213755caf
parent303aef8b84272d73999a3207dd05bbe10ed89dc5
clk: qcom: gcc: Use active only source for CPUSS clocks

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>
drivers/clk/qcom/gcc-sdm845.c