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

Commit 2263a596 authored by Vicky Wallace's avatar Vicky Wallace
Browse files

clk: qcom: Fix the graphic clock warning on SDM845



This change removes the enablement GPUCC XO clock. GPUCC XO clock
is enabled when GDSC is turned on by Graphic driver.

CRs-Fixed: 2044216
Change-Id: I19f19b7421c03311c8ee84655067899e04b0634f
Signed-off-by: default avatarVicky Wallace <vwallace@codeaurora.org>
parent e40d860d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -644,8 +644,6 @@ static int gpu_cc_gfx_sdm845_probe(struct platform_device *pdev)
		return ret;
	}

	clk_prepare_enable(gpu_cc_cxo_clk.clkr.hw.clk);

	dev_info(&pdev->dev, "Registered GFX CC clocks.\n");

	return ret;