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

Commit 82230cbe authored by Junjie Wu's avatar Junjie Wu
Browse files

msm: clock-samarium: Enable set rate for venus0_ocmemnoc_clk



Setting rate on ocmemnoc_clk_src is no longer handled by bus driver.
Enable Venus driver to call clk_set_rate on this clock to simply
its driver.

Change-Id: I88f091025f1f7422780c96ac8f621a4c256b7ca0
Signed-off-by: default avatarJunjie Wu <junjiew@codeaurora.org>
parent d9aca4d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2824,7 +2824,7 @@ static struct branch_clk venus0_axi_clk = {

static struct branch_clk venus0_ocmemnoc_clk = {
	.cbcr_reg = VENUS0_OCMEMNOC_CBCR,
	.has_sibling = 1,
	.has_sibling = 0,
	.base = &virt_bases[MMSS_BASE],
	.c = {
		.dbg_name = "venus0_ocmemnoc_clk",