clk: qcom: videocc: Use HW_CTRL_TRIGGER flag for video GDSC's
authorTaniya Das <quic_tdas@quicinc.com>
Fri, 30 May 2025 10:31:59 +0000 (16:01 +0530)
committerBjorn Andersson <andersson@kernel.org>
Wed, 11 Jun 2025 03:12:39 +0000 (22:12 -0500)
commit9ed3eccdfd1fb4c8f164aab3cdfc749ccaf58aed
treeb1beb9e4057c3b7e800f345a26c8c3906eb07c93
parent720b1e8f20047e072b98a0931fc3e9a545fda18f
clk: qcom: videocc: Use HW_CTRL_TRIGGER flag for video GDSC's

The video driver will be using the newly introduced
dev_pm_genpd_set_hwmode() API to switch the video GDSC to HW and SW
control modes at runtime.
Hence use HW_CTRL_TRIGGER flag instead of HW_CTRL for video GDSC's for
Qualcomm SoC SC7180, SDM845, SM7150, SM8150 and SM8450.

Signed-off-by: Taniya Das <quic_tdas@quicinc.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Vikash Garodia <quic_vgarodia@quicinc.com>
Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Renjiang Han <quic_renjiang@quicinc.com>
Link: https://lore.kernel.org/r/20250530-switch_gdsc_mode-v5-1-657c56313351@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
drivers/clk/qcom/videocc-sc7180.c
drivers/clk/qcom/videocc-sdm845.c
drivers/clk/qcom/videocc-sm7150.c
drivers/clk/qcom/videocc-sm8150.c
drivers/clk/qcom/videocc-sm8450.c