Re: [PATCH 5/8] clk: qcom: camcc-x1p42100: Add support for camera clock controller
From: Jagadeesh Kona
Date: Wed Feb 04 2026 - 12:48:08 EST
On 1/29/2026 6:09 AM, Dmitry Baryshkov wrote:
> On Wed, Jan 28, 2026 at 12:56:36AM +0530, Jagadeesh Kona wrote:
>> Add support for the camera clock controller for camera clients to
>> be able to request for camcc clocks on X1P42100 platform.
>>
>> Signed-off-by: Jagadeesh Kona <jagadeesh.kona@xxxxxxxxxxxxxxxx>
>> ---
>> drivers/clk/qcom/Kconfig | 10 +
>> drivers/clk/qcom/Makefile | 1 +
>> drivers/clk/qcom/camcc-x1p42100.c | 2223 +++++++++++++++++++++++++++++++++++++
>> 3 files changed, 2234 insertions(+)
>
> Again, this one is pretty similar to the one working for X1E80100. Can
> they be merged?
>
>
Here also there is significant delta. Few PLLs, clocks and GDSC's are removed. There is delta in
frequency table for most RCG's and parent data structures also changed for few RCG's. Hence added
a separate driver for Purwa.
Thanks,
Jagadeesh