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

Commit 95ca0d7b authored by Shefali Jain's avatar Shefali Jain
Browse files

clk: msm: clock-gcc-8953: 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: Ia0e68e40a4418527c078d8ee88bc9b10b00abddc
Signed-off-by: default avatarShefali Jain <shefjain@codeaurora.org>
parent f8783c1a
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -3797,13 +3797,6 @@ static int msm_gcc_probe(struct platform_device *pdev)
	clk_set_rate(&apss_ahb_clk_src.c, 19200000);
	clk_prepare_enable(&apss_ahb_clk_src.c);

	clk_prepare_enable(&gcc_blsp1_ahb_clk.c);
	clk_prepare_enable(&gcc_usb30_master_clk.c);
	clk_prepare_enable(&gcc_usb30_mock_utmi_clk.c);
	clk_prepare_enable(&gcc_blsp1_uart1_apps_clk.c);
	clk_prepare_enable(&gcc_apss_ahb_clk.c);
	clk_prepare_enable(&gcc_crypto_ahb_clk.c);
	clk_prepare_enable(&gcc_crypto_axi_clk.c);
	/*
	 * Hold an active set vote for PCNOC AHB source. Sleep set
	 * vote is 0.