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

Commit 6e02a648 authored by Patrick Daly's avatar Patrick Daly
Browse files

msm: clock-krypton: Allow set rate on the usb30_master_clk cbcr



Although the parent rcg has two children, allow set_rate calls
to go through to the parent to simplify clock control.

Change-Id: Ida81014dd1339322ba6c939d1da60ecb5193f325
Signed-off-by: default avatarPatrick Daly <pdaly@codeaurora.org>
parent ede485fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1402,7 +1402,7 @@ static struct branch_clk gcc_usb3_pipe_clk = {
static struct branch_clk gcc_usb30_master_clk = {
	.cbcr_reg = USB30_MASTER_CBCR,
	.bcr_reg = USB_30_BCR,
	.has_sibling = 1,
	.has_sibling = 0,
	.base = &virt_bases[GCC_BASE],
	.c = {
		.dbg_name = "gcc_usb30_master_clk",