summaryrefslogtreecommitdiff
path: root/board/quiche
diff options
context:
space:
mode:
authorScott Collyer <scollyer@google.com>2021-06-14 11:30:39 -0700
committerCommit Bot <commit-bot@chromium.org>2021-06-17 05:23:25 +0000
commit3ac0948ea4390d5097659b09a2bd4a54e07bb336 (patch)
tree4f3799bdd1fd1bcd2f8b2e8bf502f9f4f387488b /board/quiche
parent6bb2d508988e9725e41915d430e1feb21fe68534 (diff)
downloadchrome-ec-3ac0948ea4390d5097659b09a2bd4a54e07bb336.tar.gz
quiche/baklava: Change UFP_PLUG_DET to be active low
This CL changes the gpio signal UFP_PLUG_DET to be active low instead of active high. The initial description of this signal was incorrect. BUG=b:189860586 BRANCH=quiche TEST=ODM vendor verified that interop test against karben is now working with the display extending. Signed-off-by: Scott Collyer <scollyer@google.com> Change-Id: I966be6a4f725810d03b2748ea95217b9bffec61c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2959396 Tested-by: Scott Collyer <scollyer@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org> Commit-Queue: Scott Collyer <scollyer@chromium.org>
Diffstat (limited to 'board/quiche')
-rw-r--r--board/quiche/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/quiche/gpio.inc b/board/quiche/gpio.inc
index fcd837854f..9514858ca7 100644
--- a/board/quiche/gpio.inc
+++ b/board/quiche/gpio.inc
@@ -33,7 +33,7 @@ GPIO(EN_PP5000_HSPORT, PIN(D, 0), GPIO_OUT_LOW)
GPIO(MST_LP_CTL_L, PIN(D, 10), GPIO_ODR_LOW)
GPIO(MST_RST_L, PIN(E, 14), GPIO_ODR_LOW)
GPIO(MST_HUB_LANE_SWITCH, PIN(C, 15), GPIO_OUT_HIGH)
-GPIO(MST_UFP_PLUG_DET, PIN(B, 12), GPIO_OUT_LOW)
+GPIO(MST_UFP_PLUG_DET, PIN(B, 12), GPIO_OUT_HIGH)
/* Display Demux signals */
GPIO(DEMUX_DUAL_DP_MODE, PIN(B, 0), GPIO_OUT_LOW)