]> 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)
commit98829137a6a04785c8812670a7fa16d7dd59f05a
tree4ab33e339b0059b8738390c14edfb93e011ef632
parent5c8fe583cce542aa0b84adc939ce85293de36e5e
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: 8d4025943e13 ("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