From 1e3138fe0be96d39a6180b2cc8e5f5fb2b64b61b Mon Sep 17 00:00:00 2001 From: Jakub Czapiga Date: Thu, 22 Jun 2023 13:57:41 +0000 Subject: mb/google/rex/var/ovis: Update PWM_BUZZER GPIO config BUG=b:271491845 TEST=Build and boot google/ovis on Rex P1 with buzzer added on GPP_B08 Change-Id: I44718ea15c93a075b6468f335a869a2cfa585273 Signed-off-by: Jakub Czapiga Reviewed-on: https://review.coreboot.org/c/coreboot/+/76049 Reviewed-by: Subrata Banik Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal --- src/mainboard/google/rex/variants/ovis/gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/google/rex') diff --git a/src/mainboard/google/rex/variants/ovis/gpio.c b/src/mainboard/google/rex/variants/ovis/gpio.c index c2dd8281fe..69c5c05c7a 100644 --- a/src/mainboard/google/rex/variants/ovis/gpio.c +++ b/src/mainboard/google/rex/variants/ovis/gpio.c @@ -69,7 +69,7 @@ static const struct pad_config gpio_table[] = { /* GPP_B07 : [] ==> RST_HP_L */ PAD_CFG_GPO(GPP_B07, 1, DEEP), /* GPP_B08 : [] ==> PWM_BUZZER */ - PAD_CFG_NF(GPP_B08, NONE, DEEP, NF2), + PAD_CFG_GPO(GPP_B08, 0, DEEP), /* GPP_B09 : [] ==> GPP_B09 */ PAD_NC(GPP_B09, NONE), /* GPP_B10 : [] ==> WIFI_DISABLE_L */ -- cgit v1.2.3