On 24.08.2023 19:34, Ajit Pandey wrote: > Add Global Clock Controller (GCC) support for SM4450 platform. > > Signed-off-by: Ajit Pandey <quic_ajipan@xxxxxxxxxxx> > --- [...] > + > + /* FORCE_MEM_CORE_ON for ufs phy ice core clocks */ > + regmap_update_bits(regmap, gcc_ufs_phy_ice_core_clk.halt_reg, BIT(14), BIT(14)); qcom_branch_set_force_mem_core() and remove the comment Konrad