mb/system76/adl-p: Fix SATA detection

Change the FSP index for the SATA device to fix detection.

Drop the internal pull-up as there is already an external pull-up.

Change-Id: I5c97b3ee1f6208ca4e454647c8d19d7e7f025047
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2022-06-23 08:59:48 -06:00
committed by Jeremy Soller
parent 8d72084349
commit b3d3fc9a87
2 changed files with 3 additions and 3 deletions

View File

@ -69,8 +69,8 @@ chip soc/intel/alderlake
device ref heci1 on end
device ref sata on
register "sata_ports_enable[0]" = "1" # SSD1
register "sata_ports_dev_slp[0]" = "1" # GPP_H12 (SATA1_DEVSLP1)
register "sata_ports_enable[1]" = "1" # SSD1
register "sata_ports_dev_slp[1]" = "1" # GPP_H12 (SATA1_DEVSLP1)
end
device ref pch_espi on
register "gen1_dec" = "0x00040069" # EC PM channel

View File

@ -31,7 +31,7 @@ static const struct pad_config gpio_table[] = {
PAD_CFG_NF(GPP_A9, DN_20K, DEEP, NF1), // ESPI_CLK_EC
PAD_CFG_NF(GPP_A10, NONE, DEEP, NF1), // ESPI_RESET_N
PAD_NC(GPP_A11, NONE),
PAD_CFG_NF(GPP_A12, UP_20K, DEEP, NF1), // SATAGP1_SATA_SSD1
PAD_CFG_NF(GPP_A12, NONE, DEEP, NF1), // SATAGP1_SATA_SSD1
PAD_CFG_GPO(GPP_A13, 1, PLTRST), // BT_EN
PAD_NC(GPP_A14, NONE),
PAD_NC(GPP_A15, NONE),