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

Commit 1fdcce59 authored by Saurabh Sahu's avatar Saurabh Sahu
Browse files

clk: qcom: Update the clk structure parameters for GPUCC/DISPCC clks



Update the halt check for gpu clocks and remove the enable_safe_config
for dispcc for MONACO.

Change-Id: I97f6a1b7b5d7f8aef862455f0bbf23f9b8612d79
Signed-off-by: default avatarSaurabh Sahu <sausah@codeaurora.org>
parent 0f314b31
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -254,7 +254,6 @@ static struct clk_rcg2 disp_cc_sleep_clk_src = {
	.hid_width = 5,
	.parent_map = disp_cc_parent_map_4,
	.freq_tbl = ftbl_disp_cc_sleep_clk_src,
	.enable_safe_config = true,
	.clkr.hw.init = &(struct clk_init_data){
		.name = "disp_cc_sleep_clk_src",
		.parent_data = disp_cc_parent_data_4,
+2 −2
Original line number Diff line number Diff line
@@ -311,7 +311,7 @@ static struct clk_branch gpu_cc_cxo_aon_clk = {

static struct clk_branch gpu_cc_cxo_clk = {
	.halt_reg = 0x418c,
	.halt_check = BRANCH_HALT,
	.halt_check = BRANCH_HALT_DELAY,
	.clkr = {
		.enable_reg = 0x418c,
		.enable_mask = BIT(0),
@@ -329,7 +329,7 @@ static struct clk_branch gpu_cc_cxo_clk = {

static struct clk_branch gpu_cc_gx_cxo_clk = {
	.halt_reg = 0x416c,
	.halt_check = BRANCH_HALT,
	.halt_check = BRANCH_HALT_DELAY,
	.clkr = {
		.enable_reg = 0x416c,
		.enable_mask = BIT(0),