From 635b5c98f185ba354d9d8e9d70be56ca27c7cf75 Mon Sep 17 00:00:00 2001 From: Wai-Hong Tam Date: Wed, 24 Oct 2018 10:32:21 -0700 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/1298367 Reviewed-by: Stephen Boyd --- board/cheza/gpio.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.1