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

Commit 9903b314 authored by Ajay Singh Parmar's avatar Ajay Singh Parmar Committed by David Keitel
Browse files

ARM: msm: hdmi: correct hdmi ddc and cec pull settings



DDC and CEC GPIOs need to be configured as pull up for both
active and suspend state as the companion chip's enable gpio
controls these lines and expects pull up configurations.
Correct the same to avoid any power leakage during suspend state.

Change-Id: Ia40d3e173a8215d0db48ee846f4f45938279f58f
Signed-off-by: default avatarAjay Singh Parmar <aparmar@codeaurora.org>
parent 93520604
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -389,7 +389,7 @@
			config {
				pins = "gpio32", "gpio33";
				drive-strength = <2>;
				bias-pull-down;
				bias-pull-up;
			};
		};

@@ -415,7 +415,7 @@
			config {
				pins = "gpio31";
				drive-strength = <2>;
				bias-pull-down;
				bias-pull-up;
			};
		};