summaryrefslogtreecommitdiff
path: root/board/woomax/gpio.inc
diff options
context:
space:
mode:
authorMichael5 Chen <michael5_chen1@pegatron.corp-partner.google.com>2020-06-30 13:41:47 +0800
committerCommit Bot <commit-bot@chromium.org>2020-07-01 06:16:50 +0000
commitd02c309ae3c1d727c05d004aa62bdc702bef20f8 (patch)
treebf9552747757ace90392281e8205466455e3b428 /board/woomax/gpio.inc
parent5e62b34f19a0d8a93d82990e7327491ca4ee6a1d (diff)
downloadchrome-ec-d02c309ae3c1d727c05d004aa62bdc702bef20f8.tar.gz
woomax: Initial power signals, ADC and temperature sensors configuration.
Initial power signals, ADC and temperature sensors configuration. BUG=b:158692530 BRANCH=master TEST=manual 1. System bring-up. 2. EC console command "adc". 3. EC console command "temps". Signed-off-by: Michael5 Chen <michael5_chen1@pegatron.corp-partner.google.com> Change-Id: I7e43af47a8477d43191c7678ed98cab147aedbb9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2275706 Reviewed-by: Denis Brockus <dbrockus@chromium.org>
Diffstat (limited to 'board/woomax/gpio.inc')
-rw-r--r--board/woomax/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/woomax/gpio.inc b/board/woomax/gpio.inc
index a6d0b266fa..973b999a79 100644
--- a/board/woomax/gpio.inc
+++ b/board/woomax/gpio.inc
@@ -29,7 +29,7 @@ GPIO_INT(6AXIS_INT_L, PIN(A, 0), GPIO_INT_FALLING | GPIO_PULL_UP, bmi160_interr
/* GPIO_INT_BOTH is required for PSL wake from hibernate, but we don't need an interrupt handler. */
GPIO(EC_RST_ODL, PIN(0, 2), GPIO_INT_BOTH | GPIO_HIB_WAKE_HIGH)
-GPIO(3AXIS_INT_L, PIN(9, 6), GPIO_INPUT | GPIO_PULL_UP) /* 3 Axis Accel */
+GPIO(3AXIS_INT_L, PIN(9, 6), GPIO_INPUT | GPIO_PULL_DOWN) /* 3 Axis Accel */
GPIO(CCD_MODE_ODL, PIN(C, 6), GPIO_INPUT) /* Case Closed Debug Mode */
GPIO(PROCHOT_ODL, PIN(D, 5), GPIO_ODR_HIGH) /* PROCHOT to SOC */
GPIO(EC_BATT_PRES_ODL, PIN(4, 1), GPIO_INPUT) /* Battery Present */