summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWai-Hong Tam <waihong@google.com>2018-10-24 10:32:21 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-10-31 12:42:24 -0700
commit635b5c98f185ba354d9d8e9d70be56ca27c7cf75 (patch)
tree78457637acd625be167992de68196251649c9ec9
parent0e5ddce1cc88812c380ad748be30302aa4bdaad4 (diff)
downloadchrome-ec-635b5c98f185ba354d9d8e9d70be56ca27c7cf75.tar.gz
cheza: Configure GPIO RCAM_VSYNC to operate at 1.8V
This GPIO is connected to 1.8V devices (AP GPIO and camera connector). BRANCH=none BUG=b:118342270 TEST=Checked the schematic. Can't verify on real hardware, camera stack not ready yet. Change-Id: Ic3a61e680d0982b956d986505c5f2d44fe270131 Signed-off-by: Wai-Hong Tam <waihong@google.com> Reviewed-on: https://chromium-review.googlesource.com/1298367 Reviewed-by: Stephen Boyd <swboyd@chromium.org>
-rw-r--r--board/cheza/gpio.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cheza/gpio.inc b/board/cheza/gpio.inc
index 2270f25231..56e3833820 100644
--- a/board/cheza/gpio.inc
+++ b/board/cheza/gpio.inc
@@ -73,7 +73,7 @@ GPIO(ENABLE_BACKLIGHT, PIN(B, 6), GPIO_OUT_LOW) /* EC_BL_DISABLE_L: Backl
/* Sensors */
GPIO(ALS_INT_L, PIN(5, 0), GPIO_INPUT) /* ALS sensor interrupt */
GPIO(P_SENSOR_INT_L, PIN(F, 3), GPIO_INPUT | GPIO_SEL_1P8V) /* P-sensor interrupt */
-GPIO(RCAM_VSYNC, PIN(4, 0), GPIO_INPUT) /* VSYNC from rear camera */
+GPIO(RCAM_VSYNC, PIN(4, 0), GPIO_INPUT | GPIO_SEL_1P8V) /* VSYNC from rear camera */
/* Base */
GPIO(EN_PPVAR_VAR_BASE, PIN(0, 4), GPIO_OUT_LOW) /* Power to the base */