Re: [PATCH 4/4] clk: qcom: Add GCC driver support for SM4450

From: Konrad Dybcio
Date: Fri Aug 25 2023 - 07:50:58 EST


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