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

From: Konrad Dybcio

Date: Thu Oct 30 2025 - 07:11:33 EST


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)

Konrad