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

Commit 06320049 authored by Chandan Uddaraju's avatar Chandan Uddaraju
Browse files

ARM: dts: msm: remove gpio output settings in pin control



The generic pin control configuration for mdss should
not have gpio output settings. This change removes them
so that gpio output can be controlled in the driver.

Change-Id: I1ca5b0584cabe080ee02ba15a7b480a7c495e14f
CRs-Fixed: 717087
Signed-off-by: default avatarChandan Uddaraju <chandanu@codeaurora.org>
parent 1def2dee
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -72,12 +72,10 @@
			mdss_dsi_active: active {
				drive-strength = <8>; /* 8 mA */
				bias-disable = <0>; /* no pull */
				output-high;
			};
			mdss_dsi_suspend: suspend {
				drive-strength = <2>; /* 2 mA */
				bias-pull-down; /* pull down */
				output-low;
			};
		};