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

Commit e7276ab8 authored by Ingrid Gallardo's avatar Ingrid Gallardo Committed by Kyle Yan
Browse files

ARM: dts: msm: configure display 5v panel supply GPIO for msmcobalt



Add support to configure the gpio51 that controls
the 5v supply required by multiple panels.

Change-Id: I45e190261330ffe2f742ae0c460fc53270e165c2
Signed-off-by: default avatarIngrid Gallardo <ingridg@codeaurora.org>
parent 6e8583cd
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
@@ -1375,24 +1375,24 @@
		pmx_mdss: pmx_mdss {
		pmx_mdss: pmx_mdss {
			mdss_dsi_active: mdss_dsi_active {
			mdss_dsi_active: mdss_dsi_active {
				mux {
				mux {
					pins = "gpio94", "gpio91";
					pins = "gpio94", "gpio91", "gpio51";
					function = "gpio";
					function = "gpio";
				};
				};


				config {
				config {
					pins = "gpio94", "gpio91";
					pins = "gpio94", "gpio91", "gpio51";
					drive-strength = <8>; /* 8 mA */
					drive-strength = <8>; /* 8 mA */
					bias-disable = <0>; /* no pull */
					bias-disable = <0>; /* no pull */
				};
				};
			};
			};
			mdss_dsi_suspend: mdss_dsi_suspend {
			mdss_dsi_suspend: mdss_dsi_suspend {
				mux {
				mux {
					pins = "gpio94", "gpio91";
					pins = "gpio94", "gpio91", "gpio51";
					function = "gpio";
					function = "gpio";
				};
				};


				config {
				config {
					pins = "gpio94", "gpio91";
					pins = "gpio94", "gpio91", "gpio51";
					drive-strength = <2>; /* 2 mA */
					drive-strength = <2>; /* 2 mA */
					bias-pull-down; /* pull down */
					bias-pull-down; /* pull down */
				};
				};