Re: [PATCH v2 2/3] clk: qcom: dispcc-sm8450: Migrate to qcom_cc_driver_data
From: Esteban Urrutia
Date: Mon Jul 13 2026 - 10:25:48 EST
On 7/13/26 6:47 AM, Konrad Dybcio wrote:
> [...]
>
>> /* Enable clock gating for MDP clocks */
>> regmap_update_bits(regmap, DISP_CC_MISC_CMD, 0x10, 0x10);
>
> This would ideally become regmap_set_bits(..., BIT(4)) in desc->clk_regs_configure
Will do in v3 :)
Regards,
Esteban