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:
committed by
Aaron Durbin
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[] = {
|
static const struct soc_amd_gpio gpio_sleep_table[] = {
|
||||||
/* PEN_POWER_EN */
|
|
||||||
PAD_GPO(GPIO_5, LOW),
|
|
||||||
/* PCIE_RST1_L */
|
/* PCIE_RST1_L */
|
||||||
PAD_GPO(GPIO_27, LOW),
|
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[] = {
|
static const struct soc_amd_gpio gpio_sleep_table[] = {
|
||||||
/* PEN_POWER_EN */
|
|
||||||
PAD_GPO(GPIO_5, LOW),
|
|
||||||
/* NVME_AUX_RESET_L */
|
/* NVME_AUX_RESET_L */
|
||||||
PAD_GPO(GPIO_40, LOW),
|
PAD_GPO(GPIO_40, LOW),
|
||||||
/* EN_PWR_CAMERA */
|
/* EN_PWR_CAMERA */
|
||||||
|
Reference in New Issue
Block a user