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

Commit 34cea3bd authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: clock-8084: Make set rate go through usb30 sec master clock"

parents 078fc5da 45e6c452
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3227,9 +3227,10 @@ static struct branch_clk gcc_usb30_sleep_clk = {
	},
};

/* Set has_sibling to 0 to allow set rate on this branch clock */
static struct branch_clk gcc_usb30_sec_master_clk = {
	.cbcr_reg = USB30_SEC_MASTER_CBCR,
	.has_sibling = 1,
	.has_sibling = 0,
	.base = &virt_bases[GCC_BASE],
	.c = {
		.parent = &usb30_sec_master_clk_src.c,