Re: [PATCH v3 4/4] clk: qcom: videocc-sm8750: Add video clock controller driver for SM8750

From: Taniya Das

Date: Thu Oct 30 2025 - 13:07:30 EST




On 10/30/2025 4:41 PM, Konrad Dybcio wrote:
> On 10/24/25 6:24 AM, Taniya Das wrote:
>> Add support for the video clock controller for video clients to be able
>> to request for videocc clocks on SM8750 platform.
>>
>> Signed-off-by: Taniya Das <taniya.das@xxxxxxxxxxxxxxxx>
>> ---
>
> [...]
>> +static struct clk_mem_branch video_cc_mvs0_freerun_clk = {
>> + .mem_enable_reg = 0x8090,
>> + .mem_ack_reg = 0x8090,
>> + .mem_enable_mask = BIT(3),
>> + .mem_enable_ack_mask = 0xc00,
>
> GENMASK(11, 10)
>
will take care in the next patch.

--
Thanks,
Taniya Das