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>
This commit is contained in:
Alan Huang 2021-10-28 17:26:37 +08:00 committed by Felix Held
parent 3d7b984f77
commit 5355436990

View File

@ -79,8 +79,8 @@ static const struct pad_config gpio_table[] = {
PAD_CFG_NF(GPP_B12, NONE, DEEP, NF1), PAD_CFG_NF(GPP_B12, NONE, DEEP, NF1),
/* B13 : PLTRST# ==> PLT_RST_L */ /* B13 : PLTRST# ==> PLT_RST_L */
PAD_CFG_NF(GPP_B13, NONE, DEEP, NF1), PAD_CFG_NF(GPP_B13, NONE, DEEP, NF1),
/* B14 : SPKR ==> GPP_B14_STRAP */ /* B14 : SPKR ==> PWM_PP3300_BUZZER */
PAD_NC(GPP_B14, NONE), PAD_CFG_NF(GPP_B14, NONE, DEEP, NF1),
/* B15 : TIME_SYNC0 ==> TP159 */ /* B15 : TIME_SYNC0 ==> TP159 */
PAD_NC(GPP_B15, NONE), PAD_NC(GPP_B15, NONE),
/* B16 : I2C5_SDA ==> NC */ /* B16 : I2C5_SDA ==> NC */