mb/google/poppy/variants/nocturne: config GPP_B4 for FCAM_PWR_EN

FCAM_PWR_EN signal is changing to connect to GPP_B4 instead of
GPP_D8 as it needs a 3.3v gpio to provide enough power to also
directly power the camera LED.

BUG=b:79667559,b:78122599
BRANCH=none
TEST=none

Change-Id: Ie875ced45dfa2aa7069851004edde8f77329df34
Signed-off-by: Nick Vaccaro <nvaccaro@google.com>
Reviewed-on: https://review.coreboot.org/27022
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Reviewed-by: Naresh Solanki <naresh.solanki@intel.com>
This commit is contained in:
Nick Vaccaro 2018-06-11 23:40:27 -07:00 committed by Patrick Georgi
parent 9d0950f154
commit fc7cc42813
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@ static const struct pad_config gpio_table[] = {
PAD_CFG_NC(GPP_B2),
/* B3 : CPU_GP2 ==> NC */
PAD_CFG_NC(GPP_B3),
/* B4 : CPU_GP3 ==> NC */
PAD_CFG_NC(GPP_B4),
/* B4 : CPU_GP3 ==> FCAM_PWR_EN */
PAD_CFG_GPO(GPP_B4, 0, DEEP),
/* B5 : SRCCLKREQ0# ==> NC */
PAD_CFG_NC(GPP_B5),
/* B6 : SRCCLKREQ1# ==> WLAN_PCIE_CLKREQ_L */