Yu-hsuan Hsu has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63540 )
Change subject: mb/google/guybrush: Disable EN_SPKR on init on Nipperkin and Dewatt ......................................................................
mb/google/guybrush: Disable EN_SPKR on init on Nipperkin and Dewatt
We don't want to enable the speaker on init. It will be enabled while using GPIO AMP codec in depthcharge.
BUG=b:223289882 TEST=boot Nipperkin and Dewatt and then verify the devbeep and gpio values in kernel
Change-Id: Id874421d7464b15be6e521576696bb97e6b22d6a Signed-off-by: Yu-Hsuan Hsu yuhsuan@google.com --- M src/mainboard/google/guybrush/variants/baseboard/gpio.c 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/63540/1
diff --git a/src/mainboard/google/guybrush/variants/baseboard/gpio.c b/src/mainboard/google/guybrush/variants/baseboard/gpio.c index fff98d2..53ff85b 100644 --- a/src/mainboard/google/guybrush/variants/baseboard/gpio.c +++ b/src/mainboard/google/guybrush/variants/baseboard/gpio.c @@ -82,7 +82,7 @@ /* SD_AUX_RESET_L */ PAD_GPO(GPIO_69, HIGH), /* EN_SPKR */ - PAD_GPO(GPIO_70, HIGH), + PAD_GPO(GPIO_70, LOW), /* GPIO_71 - GPIO_73: Not available */ /* Unused TP49 */ PAD_NC(GPIO_74),