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

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

BUG=b:238281124
TEST=Build and boot on pujjo

Signed-off-by: Stanley Wu <stanley1.wu@lcfc.corp-partner.google.com>
Change-Id: I53cd45c8030855c267d870d68d009c454350621e
Reviewed-on: https://review.coreboot.org/c/coreboot/+/65781
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Reka Norman <rekanorman@chromium.org>
This commit is contained in:
Stanley Wu 2022-07-12 15:44:44 +08:00 committed by Felix Held
parent 21452e15bb
commit 97b0cf774d
2 changed files with 5 additions and 0 deletions

View File

@ -251,6 +251,7 @@ config BOARD_GOOGLE_PUJJO
select BOARD_GOOGLE_BASEBOARD_NISSA
select DRIVERS_GENERIC_GPIO_KEYS
select DRIVERS_GENESYSLOGIC_GL9750
select HAVE_WWAN_POWER_SEQUENCE
config BOARD_GOOGLE_XIVU
bool "-> Xivu"

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