From bcc090d5e0513cf54e752dd202d2a2b49711f4c2 Mon Sep 17 00:00:00 2001 From: Seunghwan Kim Date: Wed, 24 Feb 2021 10:43:52 +0900 Subject: mb/google/dedede/var/sasuke: Configure GPP_B7 as GPO_HIGH Configuring GPP_B7 as GPO_HIGH. Sasuke doesn't have SAR sensor, GPP_B7 is routed to the LTE module and is kept high so that the LTE module uses the default emission power. BUG=b:180492044 BRANCH=firmware-dedede-13606.B TEST="FW_NAME=sasuke emerge-dedede coreboot" Change-Id: Ib38c649830db2291b3a2a771f5c884acf37dcbeb Signed-off-by: Seunghwan Kim Reviewed-on: https://review.coreboot.org/c/coreboot/+/51049 Reviewed-by: Karthik Ramasubramanian Reviewed-by: Vincent Palatin Tested-by: build bot (Jenkins) --- src/mainboard/google/dedede/variants/sasuke/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/dedede/variants/sasuke/gpio.c b/src/mainboard/google/dedede/variants/sasuke/gpio.c index d9e1063563..f10121501a 100644 --- a/src/mainboard/google/dedede/variants/sasuke/gpio.c +++ b/src/mainboard/google/dedede/variants/sasuke/gpio.c @@ -11,7 +11,7 @@ static const struct pad_config gpio_table[] = { PAD_NC(GPP_A11, NONE), /* B7 : PCIE_CLKREQ2_N ==> WWAN_SAR_DETECT_ODL*/ - PAD_CFG_GPI_IRQ_WAKE(GPP_B7, NONE, DEEP, LEVEL, INVERT), + PAD_CFG_GPO(GPP_B7, 1, DEEP), /* B8 : WLAN_CLKREQ_ODL ==> NC */ PAD_NC(GPP_B8, NONE), -- cgit v1.2.3