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

Commit 4019d9c7 authored by Hanumath Prasad's avatar Hanumath Prasad
Browse files

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



Disable the sibling to allow setrate on ispif ahb clk.
This will allow all other camera ahb clocks get the rate.

Change-Id: Ic1da92dc8c1123d957a1add6fc36029c07d65a26
Signed-off-by: default avatarHanumath Prasad <hpprasad@codeaurora.org>
parent 458bbce8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2019,7 +2019,7 @@ static struct branch_clk gcc_camss_gp1_clk = {

static struct branch_clk gcc_camss_ispif_ahb_clk = {
	.cbcr_reg = CAMSS_ISPIF_AHB_CBCR,
	.has_sibling = 1,
	.has_sibling = 0,
	.base = &virt_bases[GCC_BASE],
	.c = {
		.dbg_name = "gcc_camss_ispif_ahb_clk",
@@ -2200,7 +2200,7 @@ static struct branch_clk gcc_camss_vfe0_clk = {

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