summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google
diff options
context:
space:
mode:
authorEric Lai <ericr_lai@compal.corp-partner.google.com>2021-04-08 12:21:40 +0800
committerPatrick Georgi <pgeorgi@google.com>2021-04-09 06:25:45 +0000
commite86384a2d7859fe613c5435370fece7ba7e91b6c (patch)
tree07d391bb538d2e033145e8fab001aa29954e2be1 /src/mainboard/google
parent9b85f5efab14bffed52348c949aa7ba3609707cd (diff)
downloadcoreboot-e86384a2d7859fe613c5435370fece7ba7e91b6c.tar.gz
coreboot-e86384a2d7859fe613c5435370fece7ba7e91b6c.tar.bz2
coreboot-e86384a2d7859fe613c5435370fece7ba7e91b6c.zip
mb/google/mancomb: Add Bluetooth configuration
Configure the BT disable GPIO to logic low in order to enable Bluetooth. BUG=b:182211161 TEST=builds Signed-off-by: Eric Lai <ericr_lai@compal.corp-partner.google.com> Change-Id: I7661dea682cbe0ae5e169d87e794ed6ed3c83b5e Reviewed-on: https://review.coreboot.org/c/coreboot/+/52178 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Mathew King <mathewk@chromium.org>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r--src/mainboard/google/mancomb/variants/baseboard/gpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/mancomb/variants/baseboard/gpio.c b/src/mainboard/google/mancomb/variants/baseboard/gpio.c
index 1e39853dc94f..f647bec4138b 100644
--- a/src/mainboard/google/mancomb/variants/baseboard/gpio.c
+++ b/src/mainboard/google/mancomb/variants/baseboard/gpio.c
@@ -142,7 +142,7 @@ static const struct soc_amd_gpio base_gpio_table[] = {
/* CLK_REQ3_L */
PAD_NF(GPIO_131, CLK_REQ3_L, PULL_NONE),
/* BT_DISABLE */
- PAD_GPO(GPIO_132, HIGH),
+ PAD_GPO(GPIO_132, LOW),
/* EGPIO140 */
PAD_NC(GPIO_140),
/* UART0_RXD */