[PATCH v3 0/2] clk: qcom: add camera clock controller support for Hawi SoC
From: Vivek Aknurwar
Date: Tue Sep 15 2026 - 13:42:19 EST
Add support for the camera clock controllers on the upcoming
Qualcomm Hawi SoC.
Signed-off-by: Vivek Aknurwar <vivek.aknurwar@xxxxxxxxxxxxxxxx>
---
Changes in v3:
- dt-bindings: Add interconnects property (Taniya Das)
- clk: camcc-hawi: Add needs_icc/icc_path_index to titan_top GDSCs (Taniya Das)
- Link to v2: https://lore.kernel.org/r/20260908-camcc-hawi-v2-0-f892ba1d118e@xxxxxxxxxxxxxxxx
Changes in v2:
- dt-bindings: Improved commit message to explain how Hawi's CAMCC
block differs from Kaanapali (per maintainer feedback)
- dt-bindings: Removed #power-domain-cells requirement from the
binding; will be sent as a separate patch (per maintainer feedback)
- dt-bindings: Rebased on top of linux-next tip; added qcom,nord-camcc
to the compatible enum alongside the Hawi entries
- Link to v1: https://lore.kernel.org/r/20260723-camcc-hawi-v1-0-7057658c5c47@xxxxxxxxxxxxxxxx
---
Vivek Aknurwar (2):
dt-bindings: clock: qcom: Add Hawi CAMCC compatible strings
clk: qcom: Add support for the camera clock controller (CAMCC) on Hawi
.../bindings/clock/qcom,sm8450-camcc.yaml | 43 +-
drivers/clk/qcom/Kconfig | 11 +
drivers/clk/qcom/Makefile | 1 +
drivers/clk/qcom/camcc-hawi.c | 2993 ++++++++++++++++++++
include/dt-bindings/clock/qcom,hawi-camcc.h | 165 ++
5 files changed, 3203 insertions(+), 10 deletions(-)
---
base-commit: 68142f986ff04b2b70b31db00f719bf690f64a9a
change-id: 20260508-camcc-hawi-4be887e3beb5
Best regards,
--
Vivek Aknurwar <vivek.aknurwar@xxxxxxxxxxxxxxxx>