mb/google/hatch/variants/helios: Modify FPU power on sequence
pull in the FPU VDDIO turn on to fix the power leakage problem on FPU VDDIO and FPU CS during power on sequence. BUG=b:138638571 BRANCH=none TEST=emerge-hatch coreboot chromeos-bootimage Signed-off-by: Frank_Chu <frank_chu@pegatron.corp-partner.google.com> Change-Id: I3f6bf3676922e987c2e282b697a2333e2d90289e Reviewed-on: https://review.coreboot.org/c/coreboot/+/34858 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
parent
188f64172b
commit
687c419cde
|
@ -125,6 +125,8 @@ static const struct pad_config early_gpio_table[] = {
|
|||
PAD_CFG_NF(GPP_B17, NONE, DEEP, NF1),
|
||||
/* B18 : H1_SLAVE_SPI_MOSI_R */
|
||||
PAD_CFG_NF(GPP_B18, NONE, DEEP, NF1),
|
||||
/* C11 : GPP_C11 ==> EN_FP_RAILS */
|
||||
PAD_CFG_GPO(GPP_C11, 1, DEEP),
|
||||
/* C14 : BT_DISABLE_L */
|
||||
PAD_CFG_GPO(GPP_C14, 0, DEEP),
|
||||
/* PCH_WP_OD */
|
||||
|
|
Loading…
Reference in New Issue