aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorAlan Huang <alan-huang@quanta.corp-partner.google.com>2021-10-28 17:26:37 +0800
committerFelix Held <felix-coreboot@felixheld.de>2021-10-29 18:31:54 +0000
commit53554369907ecbf85f95c7a57a96d290ce3b1aa5 (patch)
tree029103ea67fc35cb5eef1802eacaf5770438622a /src/mainboard
parent3d7b984f777be61c74ea4c1f2d18b6ca996a7e5a (diff)
mb/google/brya/var/brask: Correct the GPIO config of buzzer
GPP_B14 is used by buzzer and should be set to NF1 'SPKR'. BUG=b:198998974 TEST=emerge-brask coreboot depthcharge and verify if the buzzer beeps. Signed-off-by: Alan Huang <alan-huang@quanta.corp-partner.google.com> Change-Id: I84978af152a7117c1f3398a9b7adde161db058dd Reviewed-on: https://review.coreboot.org/c/coreboot/+/58692 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/google/brya/variants/baseboard/brask/gpio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/brya/variants/baseboard/brask/gpio.c b/src/mainboard/google/brya/variants/baseboard/brask/gpio.c
index ae44c0de86..d9cbdb0d1d 100644
--- a/src/mainboard/google/brya/variants/baseboard/brask/gpio.c
+++ b/src/mainboard/google/brya/variants/baseboard/brask/gpio.c
@@ -79,8 +79,8 @@ static const struct pad_config gpio_table[] = {
PAD_CFG_NF(GPP_B12, NONE, DEEP, NF1),
/* B13 : PLTRST# ==> PLT_RST_L */
PAD_CFG_NF(GPP_B13, NONE, DEEP, NF1),
- /* B14 : SPKR ==> GPP_B14_STRAP */
- PAD_NC(GPP_B14, NONE),
+ /* B14 : SPKR ==> PWM_PP3300_BUZZER */
+ PAD_CFG_NF(GPP_B14, NONE, DEEP, NF1),
/* B15 : TIME_SYNC0 ==> TP159 */
PAD_NC(GPP_B15, NONE),
/* B16 : I2C5_SDA ==> NC */