diff options
author | Michael Niewöhner <foss@mniewoehner.de> | 2020-07-19 16:07:20 +0200 |
---|---|---|
committer | Michael Niewöhner <c0d3z3r0@review.coreboot.org> | 2020-08-30 22:51:54 +0000 |
commit | 78cb41798ebc68bdfafcba34fe1a79b4fc52dc13 (patch) | |
tree | 9ddfeea3ece232fb0d90b6bef912ec1971eac8bd | |
parent | 1ba8a50df3032fcbc22877f8b9fedfd53c27a76d (diff) | |
download | coreboot-78cb41798ebc68bdfafcba34fe1a79b4fc52dc13.tar.xz |
mb/system76/lemp9: gpio: disable internal SATAXPCIE pull-ups
Disable internal pull-ups for SATAXPCIE pads since there are external
ones at the M.2 slot's PEDET pins.
Test: both, SATA and NVME devices work fine on both slots
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Change-Id: I6be716620695ac38c44a17abe1c4de97b099b8d7
Reviewed-on: https://review.coreboot.org/c/coreboot/+/43645
Reviewed-by: Felix Singer <felixsinger@posteo.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/mainboard/system76/lemp9/gpio.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/system76/lemp9/gpio.h b/src/mainboard/system76/lemp9/gpio.h index b2d08cc8e1..b631ade33a 100644 --- a/src/mainboard/system76/lemp9/gpio.h +++ b/src/mainboard/system76/lemp9/gpio.h @@ -321,9 +321,9 @@ static const struct pad_config gpio_table[] = { // NC PAD_NC(GPP_E0, UP_20K), // SATAGP1 - PAD_CFG_NF(GPP_E1, UP_20K, DEEP, NF1), + PAD_CFG_NF(GPP_E1, NONE, DEEP, NF1), // SATAGP2 - PAD_CFG_NF(GPP_E2, UP_20K, DEEP, NF1), + PAD_CFG_NF(GPP_E2, NONE, DEEP, NF1), // CPU Misc // NC |