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

Commit 56dda4c2 authored by Rashi Bindra's avatar Rashi Bindra Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Use correct vreg for dsi vdd on SDM439



SDM439 uses a different dsi vdd compared to msm8937.

Change-Id: I92f0750e27b62761fbfed10676368133bafdbc88
Signed-off-by: default avatarRashi Bindra <rbindra@codeaurora.org>
parent ddbece73
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 {