Skip to content

Commit 586fd63

Browse files
committed
mb/system76/mtl: darp10: Remove pull on SMLink0
Change-Id: Ibe33643dda3cd03da0123a507c05884c82b6e1fe Signed-off-by: Tim Crawford <[email protected]>
1 parent 0c3aef5 commit 586fd63

File tree

1 file changed

+2
-2
lines changed
  • src/mainboard/system76/mtl/variants/darp10

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ static const struct pad_config gpio_table[] = {
5555
PAD_CFG_NF(GPP_C00, NONE, DEEP, NF1), // SMB_CLK
5656
PAD_CFG_NF(GPP_C01, NONE, DEEP, NF1), // SMB_DATA
5757
PAD_CFG_NF(GPP_C02, NONE, DEEP, NF1), // TLS confidentiality strap
58-
PAD_CFG_NF(GPP_C03, UP_20K, DEEP, NF1), // SML0_CLK
59-
PAD_CFG_NF(GPP_C04, UP_20K, DEEP, NF1), // SML0_DATA
58+
PAD_CFG_NF(GPP_C03, NONE, DEEP, NF1), // SML0_CLK
59+
PAD_CFG_NF(GPP_C04, NONE, DEEP, NF1), // SML0_DATA
6060
PAD_CFG_NF(GPP_C05, UP_20K, DEEP, NF1), // eSPI disabled strap
6161
PAD_CFG_NF(GPP_C06, UP_20K, DEEP, NF1), // PMC_I2C_SCL
6262
PAD_CFG_NF(GPP_C07, UP_20K, DEEP, NF1), // PMC_I2C_SDA

0 commit comments

Comments
 (0)