]> git.baikalelectronics.ru Git - kernel.git/commit
clk: qcom: gcc-sc7180: Mark the camera abh clock always ON
authorTaniya Das <tdas@codeaurora.org>
Mon, 21 Dec 2020 18:03:36 +0000 (23:33 +0530)
committerStephen Boyd <sboyd@kernel.org>
Tue, 12 Jan 2021 19:25:19 +0000 (11:25 -0800)
commitee732b060def7ea6c1342224e298afd09c89018d
tree4ab33e339b0059b8738390c14edfb93e011ef632
parent703b4aaeda226c411ae7e592fdcf61efe00c01a0
clk: qcom: gcc-sc7180: Mark the camera abh clock always ON

The camera clock controller requires the AHB clock, the driver when
moved to use the pm_runtime_get() API, the camera ahb clock failed turn
on before access, thus mark it as always ON.

Reported-by: Stephen Boyd <sboyd@kernel.org>
Fixes: 28206ff10c18 ("clk: qcom: camcc-sc7180: Use runtime PM ops instead of clk ones")
Signed-off-by: Taniya Das <tdas@codeaurora.org>
Link: https://lore.kernel.org/r/1608573816-1465-1-git-send-email-tdas@codeaurora.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/gcc-sc7180.c