Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52f8f985 authored by Deepak Katragadda's avatar Deepak Katragadda
Browse files

clk: msm: clock: Allow set rate for gcc_ufs_ice_core_clk to succeed



Currently, clk_set_rate fails for the gcc_ufs_ice_core_clk.
Allow setting a rate on the ufs_ice_core_clk_src via this
clock.

Change-Id: I6e6c399485df3003ff6b526a020be1efc98bc3a8
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent 08a5dba0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2655,7 +2655,7 @@ static struct branch_clk gcc_ufs_axi_clk = {

static struct branch_clk gcc_ufs_ice_core_clk = {
	.cbcr_reg = GCC_UFS_ICE_CORE_CBCR,
	.has_sibling = 1,
	.has_sibling = 0,
	.base = &virt_base,
	.c = {
		.dbg_name = "gcc_ufs_ice_core_clk",