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

Commit d1196773 authored by Lakshmi Narayana Kalavala's avatar Lakshmi Narayana Kalavala
Browse files

ARM: dts: msm: Fix the preview failure on sdm845v2



Remove the vote for icp_ap_clk which is needed for only
debugging the a5 core. Voting for this clock with out
qdss clock fails to intialize the icp driver eventually
leading to camera preview failures.

Change-Id: I0a100681b4d5419f7aa49c02c86a1482526a5fa6
Signed-off-by: default avatarLakshmi Narayana Kalavala <lkalaval@codeaurora.org>
parent e31ae4b4
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -817,7 +817,6 @@
			"soc_ahb_clk",
			"cpas_ahb_clk",
			"camnoc_axi_clk",
			"icp_apb_clk",
			"icp_clk",
			"icp_clk_src";
		clocks = <&clock_gcc GCC_CAMERA_AHB_CLK>,
@@ -826,11 +825,10 @@
				<&clock_camcc CAM_CC_SOC_AHB_CLK>,
				<&clock_camcc CAM_CC_CPAS_AHB_CLK>,
				<&clock_camcc CAM_CC_CAMNOC_AXI_CLK>,
				<&clock_camcc CAM_CC_ICP_APB_CLK>,
				<&clock_camcc CAM_CC_ICP_CLK>,
				<&clock_camcc CAM_CC_ICP_CLK_SRC>;

		clock-rates = <0 0 400000000 0 0 0 0 0 600000000>;
		clock-rates = <0 0 400000000 0 0 0 0 600000000>;
		clock-cntl-level = "turbo";
		fw_name = "CAMERA_ICP.elf";
		status = "ok";