Thread (21 messages) 21 messages, 2 authors, 2025-07-01

Re: [PATCH v9 03/10] clk: qcom: camcc-qcs615: Add QCS615 camera clock controller driver

From: Taniya Das <hidden>
Date: 2025-06-25 10:31:59
Also in: linux-arm-msm, linux-clk, linux-devicetree, lkml


On 6/15/2025 12:37 AM, Konrad Dybcio wrote:
On 6/12/25 11:55 AM, Taniya Das wrote:
quoted
Add support for the camera clock controller for camera clients to
be able to request for camcc clocks on QCS615 platform.

Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Signed-off-by: Taniya Das <redacted>
---
[...]
quoted
+static int cam_cc_qcs615_probe(struct platform_device *pdev)
+{
+	struct regmap *regmap;
+
+	regmap = qcom_cc_map(pdev, &cam_cc_qcs615_desc);
+	if (IS_ERR(regmap))
+		return PTR_ERR(regmap);
+
+	clk_alpha_pll_configure(&cam_cc_pll0, regmap, &cam_cc_pll0_config);
+	clk_alpha_pll_configure(&cam_cc_pll1, regmap, &cam_cc_pll1_config);
+	clk_alpha_pll_configure(&cam_cc_pll2, regmap, &cam_cc_pll2_config);
+	clk_alpha_pll_configure(&cam_cc_pll3, regmap, &cam_cc_pll3_config);
Please convert to use Jagadeesh's recent helpers
Yes, will update in the next patch.
with that:

Reviewed-by: Konrad Dybcio <redacted>

Konrad
  
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help