]> git.baikalelectronics.ru Git - kernel.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)
commite7ba34e68f321db8e61b2d620dc6e328384d5d38
tree40f1c5ce06267ef864c03d23627c01a213755caf
parent62ec204701de2dce7a57bdd2b59419559bbeff74
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: cd2fdb1c76e5 ("clk: qcom: Add Global Clock controller (GCC) driver for SDM845")
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/gcc-sdm845.c