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

Commit f9ec5707 authored by Hanumath Prasad's avatar Hanumath Prasad
Browse files

clk: qcom: clock-gcc-8936: Allow setrate on gfx3d clk



disable the sibling to allow setrate on gfx3d clk.

Change-Id: I2cb3ddd212abb5fb090b7b76ee60d2f4a543c950
Signed-off-by: default avatarHanumath Prasad <hpprasad@codeaurora.org>
parent 8363bc8c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2502,7 +2502,7 @@ static struct branch_clk gcc_oxili_ahb_clk = {

static struct branch_clk gcc_oxili_gfx3d_clk = {
	.cbcr_reg = OXILI_GFX3D_CBCR,
	.has_sibling = 1,
	.has_sibling = 0,
	.base = &virt_bases[GCC_BASE],
	.c = {
		.dbg_name = "gcc_oxili_gfx3d_clk",