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

Commit 9983894a authored by Shefali Jain's avatar Shefali Jain
Browse files

clk: msm: clock-gcc-8952: Remove explicit clocks votes from GCC driver



In order to boot there was a requirement to put extra
clock vote from the global clock controller driver.
The required clients have taken care of these clocks and
so remove these explicit votes.

Change-Id: Idcf869573c0d15dd67daf532eb68f1eb9f403b45
Signed-off-by: default avatarShefali Jain <shefjain@codeaurora.org>
parent ad8801e6
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -4512,13 +4512,6 @@ static int msm_gcc_probe(struct platform_device *pdev)
	clk_prepare_enable(&pnoc_keepalive_a_clk.c);

	clk_prepare_enable(&xo_a_clk_src.c);
	clk_prepare_enable(&gcc_blsp1_ahb_clk.c);
	clk_prepare_enable(&gcc_blsp2_ahb_clk.c);
	clk_prepare_enable(&gcc_blsp1_uart2_apps_clk.c);
	clk_prepare_enable(&gcc_blsp1_uart1_apps_clk.c);
	clk_prepare_enable(&gcc_bimc_gpu_clk.c);
	clk_prepare_enable(&sysmmnoc_msmbus_a_clk.c);
	clk_prepare_enable(&sysmmnoc_a_clk.c);

	if (!compat_bin && !compat_bin3) {
		/* Configure Sleep and Wakeup cycles for GMEM clock */