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

Commit ae93fd23 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents a4b7c820 154efe8d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -3212,10 +3212,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";
};