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

Commit 566fc6f7 authored by Pushkar Joshi's avatar Pushkar Joshi
Browse files

clk: qcom: clock-mmss-8992: Mark that the jpeg clock has no sibling



The jpeg clock does not have any sibling. Mark the same in
the clock structure for that clock.

Change-Id: Iaa577e9ad863c3e8e3cad9c821ee75d203dd9ff8
Signed-off-by: default avatarPushkar Joshi <pushkarj@codeaurora.org>
parent b9e32abd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1465,7 +1465,7 @@ static struct branch_clk camss_jpeg_dma_clk = {

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