diff options
author | Seunghwan Kim <sh_.kim@samsung.corp-partner.google.com> | 2021-02-24 10:43:52 +0900 |
---|---|---|
committer | Karthik Ramasubramanian <kramasub@google.com> | 2021-03-16 04:59:39 +0000 |
commit | bcc090d5e0513cf54e752dd202d2a2b49711f4c2 (patch) | |
tree | 2baba085fe19167c69dcfcb74fc2d845ff4a4bb6 /src/mainboard/google/dedede | |
parent | b8f03fd0cadffdd735cc0951b73e9460a58c9b1f (diff) |
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 <sh_.kim@samsung.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/51049
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/dedede')
-rw-r--r-- | src/mainboard/google/dedede/variants/sasuke/gpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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), |