From 5da5156ce3a1e32230d03da4eee37c45eaef896a Mon Sep 17 00:00:00 2001 From: Jon Murphy Date: Thu, 8 Jun 2023 15:05:49 -0600 Subject: mb/google/myst: Update PCIE_RST_L drive PCIE_RST_L is attached to a pull down, change the init to NC. BUG=None TEST=Boot to OS Change-Id: I3f7a548a33eb18327139f033d7c0d6a1843f1639 Signed-off-by: Jon Murphy Reviewed-on: https://review.coreboot.org/c/coreboot/+/75700 Reviewed-by: Tim Van Patten Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- src/mainboard/google/myst/variants/baseboard/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/myst/variants/baseboard/gpio.c b/src/mainboard/google/myst/variants/baseboard/gpio.c index f97cc16459..d6cbe1e194 100644 --- a/src/mainboard/google/myst/variants/baseboard/gpio.c +++ b/src/mainboard/google/myst/variants/baseboard/gpio.c @@ -52,7 +52,7 @@ static const struct soc_amd_gpio base_gpio_table[] = { PAD_NC(GPIO_24), /* GPIO_25-26: Not available */ /* SOC_PCIE_RST1_R_L */ - PAD_NFO(GPIO_27, PCIE_RST1_L, HIGH), + PAD_NC(GPIO_27), /* GPIO_28: Not available */ /* SD_AUX_RST */ PAD_GPO(GPIO_29, LOW), -- cgit v1.2.3