Tyler Wang has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/69790 )
Change subject: [Test] mb/google/nissa/var/craask: Disable SAR Proximity Sensor GPIO pins ......................................................................
[Test] mb/google/nissa/var/craask: Disable SAR Proximity Sensor GPIO pins
Change-Id: I2b2a2516890b68036e96d1a542e6a10a098cb6a7 --- M src/mainboard/google/brya/variants/craask/gpio.c 1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/90/69790/1
diff --git a/src/mainboard/google/brya/variants/craask/gpio.c b/src/mainboard/google/brya/variants/craask/gpio.c index f075ba0..2191831 100644 --- a/src/mainboard/google/brya/variants/craask/gpio.c +++ b/src/mainboard/google/brya/variants/craask/gpio.c @@ -18,7 +18,7 @@ /* 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), + PAD_NC(GPP_H19, NONE), /* H23 : WWAN_SAR_DETECT_ODL */ PAD_CFG_GPO(GPP_H23, 1, DEEP),