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

Commit 154efe8d authored by Odelu Kukatla's avatar Odelu Kukatla Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add parent supplies for CX and GX GDSCs for ATOLL



For enabling GPU_CX_GDSC and GPU_GX_GDSC, CX and GFX rails need to
be enabled, so add CX and GFX rails as parents for GDSCs.

Change-Id: I53a2d1a6750e3ec11668abef0198afb29d4fb77c
Signed-off-by: default avatarOdelu Kukatla <okukatla@codeaurora.org>
parent 75f0ee6b
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3187,10 +3187,16 @@
};

&gpu_cx_gdsc {
	parent-supply = <&VDD_CX_LEVEL>;
	status = "ok";
};

&gpu_gx_gdsc {
	clock-names = "core_root_clk";
	clocks = <&clock_gpucc GPU_CC_GX_GFX3D_CLK_SRC>;
	qcom,force-enable-root-clk;
	parent-supply = <&VDD_GFX_LEVEL>;
	qcom,reset-aon-logic;
	status = "ok";
};