mb/google/nissa/var/sundance: Add WWAN power off sequence

Sundance support FM101 WWAN, use wwan_power.asl to handle the
power off sequence

BUG=b:343139385
TEST=Build and boot on sundance

Change-Id: I82085172db370ab5a6c0f77afe6042c53b89e43e
Signed-off-by: Leo Chou <leo.chou@lcfc.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82683
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Eric Lai <ericllai@google.com>
This commit is contained in:
Leo Chou 2024-05-28 17:51:48 +08:00 committed by Felix Held
parent 6d21f5c845
commit b1bd442ca9
2 changed files with 5 additions and 0 deletions

View File

@ -413,6 +413,7 @@ config BOARD_GOOGLE_PUJJO
config BOARD_GOOGLE_SUNDANCE
select BOARD_GOOGLE_BASEBOARD_NISSA
select DRIVERS_GENERIC_GPIO_KEYS
select HAVE_WWAN_POWER_SEQUENCE
config BOARD_GOOGLE_PUJJOGA
select BOARD_GOOGLE_BASEBOARD_NISSA

View File

@ -5,4 +5,8 @@
#include <baseboard/gpio.h>
#define WWAN_FCPO GPP_D6
#define WWAN_RST GPP_F12
#define T2_OFF_MS 20
#endif