On 7/12/26 5:10 AM, Esteban Urrutia via B4 Relay wrote: > From: Esteban Urrutia <[email protected]> > > Migrate to qcom_cc_driver_data, which is used by other clock controller > drivers. > > Signed-off-by: Esteban Urrutia <[email protected]> > ---
[...] > /* 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 Reviewed-by: Konrad Dybcio <[email protected]> Konrad

