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

Commit 6b09c581 authored by Chetan C R's avatar Chetan C R
Browse files

clk: qcom: parents need enable during set rate for SDM660



Enable parent during set rate ops for gfx
clocks on SDM660.

Change-Id: Ic29cf37ae210e5694cb52185484b465bb6f7ccf8
Signed-off-by: default avatarChetan C R <cchinnad@codeaurora.org>
parent 91aa9b06
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2016-2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2016-2020, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -142,7 +142,7 @@ static struct clk_init_data gpu_clks_init[] = {
		.parent_names = gpucc_parent_names_1,
		.num_parents = 3,
		.ops = &clk_gfx3d_src_ops,
		.flags = CLK_SET_RATE_PARENT,
		.flags = CLK_SET_RATE_PARENT | CLK_OPS_PARENT_ENABLE,
	},
	[1] = {
		.name = "gpucc_gfx3d_clk",