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

Commit cc01f7fe 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: Use correct vreg for dsi vdd on SDM439"

parents 160cca53 56dda4c2
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -168,3 +168,7 @@
		vdd-cci-supply = <&apc_vreg_corner>;
	};
};

&mdss_dsi {
	vdda-supply = <&pm8953_l2>;
};
+2 −2
Original line number Diff line number Diff line
@@ -125,8 +125,8 @@
};

&mdss_dsi {
	vdda-supply = <&pm8953_l2>; /*1.2V*/
	vddio-supply = <&pm8953_l6>; /*1.8V*/
	vdda-supply = <&pm8953_l23>;
	vddio-supply = <&pm8953_l6>;
};

&usb_otg {