mb/google/trulo/var/pujjolo: Disable mipi camera dmic LED
Because we do not want to enable the mipi camera dmic LED at booting, so pull down the EN_PP2800_WCAM_X. (Pujjolo_Pujjoquince_MB_EVT_20250523.pdf). BUG=b:427962702 TEST= Build and boot to OS, check the LED is off. And check the mipi camera function works fine. Change-Id: Ia9ccf3e335ad65c9a8f68fe33226803cc8555228 Signed-off-by: Luca Lai <luca.lai@lcfc.corp-partner.google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88604 Reviewed-by: Kapil Porwal <kapilporwal@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Eric Lai <ericllai@google.com>
This commit is contained in:
parent
9411c6e7c7
commit
a79f341d29
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ static const struct pad_config override_gpio_table[] = {
|
|||
/* D14 : UART0_ISH_TX_DBG_RX */
|
||||
PAD_CFG_NF(GPP_D14, NONE, DEEP, NF1),
|
||||
/* D15 : ISH_UART0_RTS# ==> EN_PP2800_WCAM_X */
|
||||
PAD_CFG_GPO_LOCK(GPP_D15, 1, LOCK_CONFIG),
|
||||
PAD_CFG_GPO_LOCK(GPP_D15, 0, LOCK_CONFIG),
|
||||
/* D16 : ISH_UART0_CTS# ==> EN_PP1800_PP1200_WCAM_X */
|
||||
PAD_CFG_GPO_LOCK(GPP_D16, 1, LOCK_CONFIG),
|
||||
/* D17 : NC ==> UART_AP_RX_FP_TX */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue