Re: [PATCH 2/2] clk: qcom: Add support for the camera clock controller (CAMCC) on Hawi
Taniya Das <[email protected]>
| Newsgroups | org.kernel.vger.linux-clk,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 7/24/2026 3:08 AM, Vivek Aknurwar wrote: > The CAMCC block on the Qualcomm Hawi SoC provides the primary camera > clocks. The Camera BIST MCLK clock controller is identical to > Kaanapali's and hence reuses the cambistmclkcc-kaanapali driver to > provide the functional MCLK required for camera operations. > > Signed-off-by: Vivek Aknurwar <[email protected]> > Reviewed-by: Konrad Dybcio <[email protected]> > --- > drivers/clk/qcom/Kconfig | 11 + > drivers/clk/qcom/Makefile | 1 + > drivers/clk/qcom/camcc-hawi.c | 2984 +++++++++++++++++++++++++++++++++++++++++ > 3 files changed, 2996 insertions(+) > > diff --git a/drivers/clk/qcom/Kconfig b/drivers/clk/qcom/Kconfig > index 63f271aff177..ff9ab7f3b0b0 100644 > --- a/drivers/clk/qcom/Kconfig > +++ b/drivers/clk/qcom/Kconfig > @@ -381,6 +381,17 @@ config QCOM_CLK_RPMH > Say Y if you want to support the clocks exposed by RPMh on > platforms such as SDM845. > > +config CLK_HAWI_CAMCC > + tristate "Hawi Camera Clock Controller" > + depends on ARM64 || COMPILE_TEST > + select CLK_HAWI_GCC > + default m if ARCH_QCOM > + help > + Support for the camera clock controller on Qualcomm Technologies, Inc > + Hawi devices. > + Say Y if you want to support camera devices and functionality such as > + capturing pictures. Reviewed-by: Taniya Das <[email protected]> -- Thanks, Taniya Das