We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3aef5 commit 586fd63Copy full SHA for 586fd63
src/mainboard/system76/mtl/variants/darp10/gpio.c
@@ -55,8 +55,8 @@ static const struct pad_config gpio_table[] = {
55
PAD_CFG_NF(GPP_C00, NONE, DEEP, NF1), // SMB_CLK
56
PAD_CFG_NF(GPP_C01, NONE, DEEP, NF1), // SMB_DATA
57
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
+ PAD_CFG_NF(GPP_C03, NONE, DEEP, NF1), // SML0_CLK
+ PAD_CFG_NF(GPP_C04, NONE, DEEP, NF1), // SML0_DATA
60
PAD_CFG_NF(GPP_C05, UP_20K, DEEP, NF1), // eSPI disabled strap
61
PAD_CFG_NF(GPP_C06, UP_20K, DEEP, NF1), // PMC_I2C_SCL
62
PAD_CFG_NF(GPP_C07, UP_20K, DEEP, NF1), // PMC_I2C_SDA
0 commit comments