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

Commit 27bf5040 authored by Vicky Wallace's avatar Vicky Wallace
Browse files

ARM: dts: msm: Fix get regulator MX fail in probe for SDM845 V2



regulator_get for vdd_mx is called in function GPUCC probe but the
physical power rail is connected with GFX clock node.
This change fixes that.

CRs-Fixed: 2100127
Change-Id: I4d48575a5bef36fca7ac751c153e7e5e40755dd2
Signed-off-by: default avatarVicky Wallace <vwallace@codeaurora.org>
parent f3fbc3a3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -210,11 +210,11 @@

&clock_gpucc {
	/delete-property/ vdd_cx-supply;
	/delete-property/ vdd_mx-supply;
};

&clock_gfx {
	/delete-property/ vdd_gfx-supply;
	/delete-property/ vdd_mx-supply;
};

&pil_modem {
+1 −1
Original line number Diff line number Diff line
@@ -1109,6 +1109,7 @@
		reg = <0x5090000 0x9000>;
		reg-names = "cc_base";
		vdd_cx-supply = <&pm8998_s9_level>;
		vdd_mx-supply = <&pm8998_s6_level>;
		qcom,gpu_cc_gmu_clk_src-opp-handle = <&gmu>;
		#clock-cells = <1>;
		#reset-cells = <1>;
@@ -1119,7 +1120,6 @@
		reg = <0x5090000 0x9000>;
		reg-names = "cc_base";
		vdd_gfx-supply = <&pm8005_s1_level>;
		vdd_mx-supply = <&pm8998_s6_level>;
		qcom,gpu_cc_gx_gfx3d_clk_src-opp-handle = <&msm_gpu>;
		#clock-cells = <1>;
		#reset-cells = <1>;