Re: [PATCH 3/8] clk: qcom: videocc-x1p42100: Add support for video clock controller
From: Jagadeesh Kona
Date: Wed Feb 04 2026 - 12:46:59 EST
On 1/29/2026 6:07 AM, Dmitry Baryshkov wrote:
> On Wed, Jan 28, 2026 at 12:56:34AM +0530, Jagadeesh Kona wrote:
>> Add support for the video clock controller for video clients to be
>> able to request for videocc 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/videocc-x1p42100.c | 585 ++++++++++++++++++++++++++++++++++++
>> 3 files changed, 596 insertions(+)
>
> The videocc driver looks almost like videocc-sm8550.c. Would it be
> easier to merge them into a single file?
>
There is significant delta, the BSE clocks are newly added and few cdiv clocks
are removed. Along with that the frequency tables of most RCG's are also changed,
accordingly initial PLL configurations also need to be updated, hence added this
as a separate driver.
Thanks,
Jagadeesh