Skip to content

Commit f06d44b

Browse files
committed
mb/system76/mtl: darp10: Configure SLP_LAN#
Change-Id: Ie5c130b603099f4fd0ed5cf522e77b21d83e1656 Signed-off-by: Tim Crawford <[email protected]>
1 parent 7c024f8 commit f06d44b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/mainboard/system76/mtl/variants/darp10/gpio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ static const struct pad_config gpio_table[] = {
196196
PAD_CFG_NF(GPP_V09, NONE, DEEP, NF1), // SLP_WLAN#
197197
PAD_NC(GPP_V10, NONE),
198198
PAD_CFG_NF(GPP_V11, NONE, DEEP, NF1), // LANPHYPC
199-
PAD_CFG_GPO(GPP_V12, 0, DEEP), // SLP_LAN#
199+
PAD_CFG_NF(GPP_V12, NONE, DEEP, NF1), // SLP_LAN#
200200
// GPP_V13 missing
201201
PAD_CFG_NF(GPP_V14, NONE, DEEP, NF1), // PCIE_WAKE#
202202
// GPP_V15 missing

src/mainboard/system76/mtl/variants/darp10/ramstage.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ void mainboard_silicon_init_params(FSP_S_CONFIG *params)
1414
// XXX: Enabling C10 reporting causes system to constantly enter and
1515
// exit opportunistic suspend when idle.
1616
params->PchEspiHostC10ReportEnable = 0;
17+
18+
// Ensure SLP_LAN# is configured for Wake-on-LAN
19+
params->PchPmSlpLanLowDc = 1;
1720
}

0 commit comments

Comments
 (0)