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

Commit 09283161 authored by Deepak Katragadda's avatar Deepak Katragadda
Browse files

clk: msm: clock-mmss-8996: Allow setting a rate on the camss_vfe clocks



Allow setting a rate on the vfe0 and vfe1 clock sources
via the camss_vfe0_clk and camss_vfe1_clk clocks.

Change-Id: I793555a901d89decb000c5f8b47019079486de16
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent 8cebd075
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2200,7 +2200,7 @@ static struct branch_clk camss_vfe0_ahb_clk = {
static struct branch_clk camss_vfe0_clk = {
	.cbcr_reg = MMSS_CAMSS_VFE0_CBCR,
	.bcr_reg = MMSS_CAMSS_VFE0_BCR,
	.has_sibling = 1,
	.has_sibling = 0,
	.base = &virt_base,
	.c = {
		.dbg_name = "camss_vfe0_clk",
@@ -2236,7 +2236,7 @@ static struct branch_clk camss_vfe1_ahb_clk = {
static struct branch_clk camss_vfe1_clk = {
	.cbcr_reg = MMSS_CAMSS_VFE1_CBCR,
	.bcr_reg = MMSS_CAMSS_VFE1_BCR,
	.has_sibling = 1,
	.has_sibling = 0,
	.base = &virt_base,
	.c = {
		.dbg_name = "camss_vfe1_clk",