mb/google/zork: Keep pen power enabled in sleep state
This change keeps pen power enabled in sleep state to allow it to charge in S3. BUG=b:155422911 Signed-off-by: Furquan Shaikh <furquan@google.com> Change-Id: I6190496653878327f34a01f6a743db474d32e929 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43452 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
96dc015519
commit
19a2a2db7e
|
@ -303,8 +303,6 @@ __weak void variant_pcie_power_reset_configure(void)
|
|||
}
|
||||
|
||||
static const struct soc_amd_gpio gpio_sleep_table[] = {
|
||||
/* PEN_POWER_EN */
|
||||
PAD_GPO(GPIO_5, LOW),
|
||||
/* PCIE_RST1_L */
|
||||
PAD_GPO(GPIO_27, LOW),
|
||||
/*
|
||||
|
|
|
@ -290,8 +290,6 @@ __weak void variant_pcie_power_reset_configure(void)
|
|||
}
|
||||
|
||||
static const struct soc_amd_gpio gpio_sleep_table[] = {
|
||||
/* PEN_POWER_EN */
|
||||
PAD_GPO(GPIO_5, LOW),
|
||||
/* NVME_AUX_RESET_L */
|
||||
PAD_GPO(GPIO_40, LOW),
|
||||
/* EN_PWR_CAMERA */
|
||||
|
|
Loading…
Reference in New Issue