From 53554369907ecbf85f95c7a57a96d290ce3b1aa5 Mon Sep 17 00:00:00 2001 From: Alan Huang Date: Thu, 28 Oct 2021 17:26:37 +0800 Subject: 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 Change-Id: I84978af152a7117c1f3398a9b7adde161db058dd Reviewed-on: https://review.coreboot.org/c/coreboot/+/58692 Tested-by: build bot (Jenkins) Reviewed-by: Tim Wawrzynczak --- src/mainboard/google/brya/variants/baseboard/brask/gpio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 */ -- cgit v1.2.3