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>
This commit is contained in:
parent
b8f03fd0ca
commit
bcc090d5e0
|
@ -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),
|
||||
|
||||
|
|
Loading…
Reference in New Issue