Re: [PATCH 2/2] clk: qcom: Add support for VideoCC driver for Hawi

From: Krzysztof Kozlowski

Date: Fri Jul 03 2026 - 06:03:00 EST


On Thu, Jul 02, 2026 at 10:08:08AM -0700, Lin Li wrote:
> Enable Hawi video clock driver for video SW to be able to control
> the clocks from the Video SW driver.
>
> Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
> Signed-off-by: Lin Li <zhuolin.li@xxxxxxxxxxxxxxxx>
> ---
> drivers/clk/qcom/Kconfig | 9 +
> drivers/clk/qcom/Makefile | 1 +
> drivers/clk/qcom/videocc-hawi.c | 840 ++++++++++++++++++++++++++++++++++++++++
> 3 files changed, 850 insertions(+)
>
> diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig
> index 7d84c2f1d911..6b7905c6741a 100644
> --- a/drivers/clk/qcom/Kconfig
> +++ b/drivers/clk/qcom/Kconfig
> @@ -334,6 +334,15 @@ config CLK_HAWI_TCSRCC
> Support for the TCSR clock controller on Hawi devices.
> Say Y if you want to use peripheral devices such as PCIe, USB, UFS.
>
> +config CLK_HAWI_VIDEOCC
> + tristate "Hawi Video Clock Controller"
> + depends on ARM64 || COMPILE_TEST
> + select CLK_HAWI_GCC

default m if ARCH_QCOM

Best regards,
Krzysztof