OSDN Git Service

clk: qcom: videocc: Update the clock flag for video_cc_vcodec0_core_clk
authorTaniya Das <tdas@codeaurora.org>
Tue, 11 Feb 2020 12:13:55 +0000 (17:43 +0530)
committerStephen Boyd <sboyd@kernel.org>
Wed, 12 Feb 2020 23:02:44 +0000 (15:02 -0800)
commit8de427d52da30d3bad06d416e486a6b1bd0f3850
treeb6f6518966dac34c8ce628dd3f7f4ef407c25351
parent4a4472fdc098fb78f52a0848788faf46674a8423
clk: qcom: videocc: Update the clock flag for video_cc_vcodec0_core_clk

The clock disable signal for video_cc_vcodec0_core_clk is tied to
vcodec0_gdsc which is supported in the HW control mode. Thus turning off
the clock would be taken care automatically when the GDSC turns OFF by
hardware and clock driver does not require to poll on the CLK_OFF bit.

Signed-off-by: Taniya Das <tdas@codeaurora.org>
Link: https://lkml.kernel.org/r/1581423235-21341-1-git-send-email-tdas@codeaurora.org
Fixes: 253dc75a0bb8 ("clk: qcom: Add video clock controller driver for SC7180")
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/qcom/videocc-sc7180.c