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

Commit 598dadeb authored by Alexei Avshalom Lazar's avatar Alexei Avshalom Lazar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: update PCIe WAKE for msm8998 to be pull-up



PCIe WAKE for msm8998 is set to pull-down. This configuration
can cause the wake signal to be trigerred in some scenarios.
WAKE gpio should be always pull-up for preventing false wakes.

Change-Id: I893ef8908437d2118238c6fd45809703b1f5e3bb
Signed-off-by: default avatarAlexei Avshalom Lazar <ailizaro@codeaurora.org>
parent d35e2aae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -582,7 +582,7 @@
				config {
					pins = "gpio37";
					drive-strength = <2>;
					bias-pull-down;
					bias-pull-up;
				};
			};

@@ -595,7 +595,7 @@
				config {
					pins = "gpio37";
					drive-strength = <2>;
					bias-disable;
					bias-pull-up;
				};
			};
		};