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

Commit 3d48b7d3 authored by Linyu Yuan's avatar Linyu Yuan
Browse files

ARM: dts: msm: disable bias for GPIO81 on Lahaina/Shima QRD

GPIO81 receives CC_OUT signal from PMIC for type-c port orientation,
keep it as bias-pull-up would cause the type-c analog audio adapter
plug out event can't be detected because audio codec uses the same
signal to detect type-c connection and orientation.

Fix it by setting GPIO81 as bias-disabled.

Change-Id: I90c8a6cacc01789a79e706cad031c5e1307c4506
parent 3ca59d24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3672,7 +3672,7 @@
			config {
				pins = "gpio81";
				drive-strength = <2>;
				bias-pull-up;
				bias-disable;
				input-enable;
			};
		};
+1 −1
Original line number Diff line number Diff line
@@ -3090,7 +3090,7 @@
				config {
					pins = "gpio81";
					drive-strength = <2>;
					bias-pull-up;
					bias-disable;
					input-enable;
				};
			};