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

Commit 28b00bc0 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: Enable labibb regulator for msm8917"

parents fdb1d290 65e4b9de
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -33,3 +33,13 @@
		qcom,switch-source = <&pmi8940_switch>;
	};
};

&labibb {
	status = "ok";
	qpnp,qpnp-labibb-mode = "lcd";
};

&mdss_dsi0 {
	lab-supply = <&lab_regulator>;
	ibb-supply = <&ibb_regulator>;
};
+10 −0
Original line number Diff line number Diff line
@@ -22,3 +22,13 @@
&usb_otg {
	extcon = <&qpnp_smbcharger>;
};

&labibb {
	status = "ok";
	qpnp,qpnp-labibb-mode = "lcd";
};

&mdss_dsi0 {
	lab-supply = <&lab_regulator>;
	ibb-supply = <&ibb_regulator>;
};