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

Commit 34a8fbf7 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents c5d0cfc9 27bf5040
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -216,11 +216,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
@@ -1094,6 +1094,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>;
@@ -1104,7 +1105,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>;