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

Commit 64bbf188 authored by Deepak Katragadda's avatar Deepak Katragadda
Browse files

ARM: dts: msm: Add force-enable-root-clk property to gpu_gx GDSC on msm8996



On msm8996, the graphics cores root clock, gfx3d_clk_src needs to
be force enabled prior to turning on the core. Once the GDSC is
enabled, the root clock can be force disabled. Add the
qcom,force-enable-root-clk property to allow doing so.

Change-Id: I56c2c1e227ba8f9602c845ab06fa9c5501b9befd
Signed-off-by: default avatarDeepak Katragadda <dkatraga@codeaurora.org>
parent 593c0556
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3632,7 +3632,7 @@
	clocks = <&clock_gcc clk_gcc_mmss_bimc_gfx_clk>,
		 <&clock_gpu clk_gpu_gx_gfx3d_clk>,
		 <&clock_gpu clk_gfx3d_clk_src>;
	qcom,enable-root-clk;
	qcom,force-enable-root-clk;
	parent-supply = <&gfx_vreg>;
	status = "ok";
};