From 71ddb610c29211230cdc7e3649f4e15e1a566028 Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Fri, 13 Jan 2017 12:31:07 +0800 Subject: poppy: Set PP3300_DX_CAM high and CAM_PMIC_RST_L as input These pins should be moved to AP in a later HW revision, keep them always active for now. Also, leave CAM_PMIC_RST_L as input as there is an internal pull-up in the PMIC, and driving it high breaks WLAN+LTE. BRANCH=none BUG=chrome-os-partner:61098 TEST=ectool gpioget: Both signals are high Change-Id: I66115daec57ca4d89c1c664e6b35825b20fa0c1a Reviewed-on: https://chromium-review.googlesource.com/427743 Commit-Ready: Nicolas Boichat Tested-by: Nicolas Boichat Reviewed-by: Furquan Shaikh --- board/poppy/gpio.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/board/poppy/gpio.inc b/board/poppy/gpio.inc index 0e61112828..4791af4e9c 100644 --- a/board/poppy/gpio.inc +++ b/board/poppy/gpio.inc @@ -58,8 +58,8 @@ GPIO(PP3300_USB_PD, PIN(2, 0), GPIO_OUTPUT) GPIO(PP5000_DX_NFC, PIN(1, 5), GPIO_OUTPUT) -GPIO(PP3300_DX_CAM, PIN(1, 0), GPIO_OUTPUT) -GPIO(CAM_PMIC_RST_L, PIN(0, 7), GPIO_OUTPUT) +GPIO(PP3300_DX_CAM, PIN(1, 0), GPIO_OUT_HIGH) +GPIO(CAM_PMIC_RST_L, PIN(0, 7), GPIO_INPUT) GPIO(WLAN_PE_RST, PIN(1, 2), GPIO_OUTPUT) GPIO(PP3300_DX_LTE, PIN(0, 5), GPIO_OUT_HIGH) -- cgit v1.2.1