mb/google/nissa/var/craask: Disable SAR Proximity Sensor GPIO pin
BUG=b:253387689 Test:Boot to OS on craask and check SAR Proximity Sensor GPIO pin Signed-off-by: Tyler Wang <tyler.wang@quanta.corp-partner.google.com> Change-Id: I2b2a2516890b68036e96d1a542e6a10a098cb6a7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/69790 Reviewed-by: Reka Norman <rekanorman@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: David Wu <david_wu@quanta.corp-partner.google.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
This commit is contained in:
parent
b09517b2fb
commit
1b75e25b0f
|
@ -12,8 +12,6 @@ static const struct pad_config lte_disable_pads[] = {
|
|||
PAD_NC(GPP_D6, NONE),
|
||||
/* F12 : WWAN_RST_L */
|
||||
PAD_NC_LOCK(GPP_F12, NONE, LOCK_CONFIG),
|
||||
/* H19 : SOC_I2C_SUB_INT_ODL */
|
||||
PAD_NC(GPP_H19, NONE),
|
||||
/* H23 : WWAN_SAR_DETECT_ODL */
|
||||
PAD_NC(GPP_H23, NONE),
|
||||
};
|
||||
|
|
|
@ -17,8 +17,6 @@ static const struct pad_config override_gpio_table[] = {
|
|||
PAD_CFG_GPO_LOCK(GPP_F12, 1, LOCK_CONFIG),
|
||||
/* H3 : WLAN_PCIE_WAKE_ODL */
|
||||
PAD_NC_LOCK(GPP_H3, NONE, LOCK_CONFIG),
|
||||
/* H19 : SOC_I2C_SUB_INT_ODL */
|
||||
PAD_CFG_GPI_APIC(GPP_H19, NONE, PLTRST, LEVEL, NONE),
|
||||
/* H23 : WWAN_SAR_DETECT_ODL */
|
||||
PAD_CFG_GPO(GPP_H23, 1, DEEP),
|
||||
|
||||
|
|
Loading…
Reference in New Issue