summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorVincent Palatin <vpalatin@chromium.org>2018-05-08 08:19:18 +0200
committerchrome-bot <chrome-bot@chromium.org>2018-05-08 08:50:53 -0700
commit139b84f5b0ed20bc14ce76cb5e2e16a11165b3bd (patch)
tree8cc042e8ce3618504e36bc934a3a7c0e608b5ef1 /board
parent72343b097eeb51eff76e8478914b1f5d83a16610 (diff)
downloadchrome-ec-139b84f5b0ed20bc14ce76cb5e2e16a11165b3bd.tar.gz
meowth_fp: make FP_RST_ODL push-pull
On newer boards, FP_RST_ODL is no longer Open-Drain and has a 100k pull-down. Drive it as push-pull. Signed-off-by: Vincent Palatin <vpalatin@chromium.org> BRANCH=poppy BUG=b:79277207 TEST=On ZerbleBarn, verify that the sensor comes up, has the right HWID and can capture images. TEST=On new boards, do the same. Change-Id: I45e1ba41a7649e0682e3ea11dd0159f666286bba Reviewed-on: https://chromium-review.googlesource.com/1049545 Commit-Ready: Vincent Palatin <vpalatin@chromium.org> Tested-by: Vincent Palatin <vpalatin@chromium.org> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'board')
-rw-r--r--board/meowth_fp/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/meowth_fp/gpio.inc b/board/meowth_fp/gpio.inc
index 309d552134..a303868af6 100644
--- a/board/meowth_fp/gpio.inc
+++ b/board/meowth_fp/gpio.inc
@@ -17,7 +17,7 @@ GPIO(WP, PIN(B, 7), GPIO_INPUT)
/* Outputs */
GPIO(EC_INT_L, PIN(A, 1), GPIO_INPUT) /* Enabled when PCH is up */
-GPIO(FP_RST_ODL, PIN(E, 0), GPIO_ODR_HIGH)
+GPIO(FP_RST_ODL, PIN(E, 0), GPIO_OUT_HIGH)
GPIO(SPI4_NSS, PIN(E, 4), GPIO_OUT_HIGH)
GPIO(USER_PRES_L, PIN(C, 5), GPIO_ODR_HIGH)