mb/google/brya: Configure EN_FCAM_PWR to high
Recent change "7a8c68a: mb/google/brya: Configure H21 as GPO and A17 as low" turned EN_FCAM_PWR low since EN_FCAM_PWR is turned ON and OFF by IPU driver while MIPI UFC probing. However USB UFC also requires 3.3V which is enabled by A17. This caused USB UFC enumeration to fail BUG=b:196014678 Signed-off-by: Varshit B Pandya <varshit.b.pandya@intel.com> Change-Id: I88c204ec07b1f7511f0d88074e336cfc9116a7d2 Reviewed-on: https://review.coreboot.org/c/coreboot/+/56882 Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: EricR Lai <ericr_lai@compal.corp-partner.google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
d019bfc2d1
commit
df368d5dfe
|
@ -37,7 +37,7 @@ static const struct pad_config gpio_table[] = {
|
||||||
/* A16 : USB_OC3# ==> USB_A0_OC_ODL */
|
/* A16 : USB_OC3# ==> USB_A0_OC_ODL */
|
||||||
PAD_CFG_NF(GPP_A16, NONE, DEEP, NF1),
|
PAD_CFG_NF(GPP_A16, NONE, DEEP, NF1),
|
||||||
/* A17 : DISP_MISCC ==> EN_FCAM_PWR */
|
/* A17 : DISP_MISCC ==> EN_FCAM_PWR */
|
||||||
PAD_CFG_GPO(GPP_A17, 0, DEEP),
|
PAD_CFG_GPO(GPP_A17, 1, DEEP),
|
||||||
/* A18 : DDSP_HPDB ==> HDMI_HPD */
|
/* A18 : DDSP_HPDB ==> HDMI_HPD */
|
||||||
PAD_CFG_NF(GPP_A18, NONE, DEEP, NF1),
|
PAD_CFG_NF(GPP_A18, NONE, DEEP, NF1),
|
||||||
/* A19 : DDSP_HPD1 ==> USB_C2_AUX_DC_P */
|
/* A19 : DDSP_HPD1 ==> USB_C2_AUX_DC_P */
|
||||||
|
|
Loading…
Reference in New Issue