Alexei Sorokin has uploaded this change for review.

View Change

mb/lenovo/x230: Disable the USB P8 port

This port is not connected on the X230, X230i, X230t.

When X230 support was introduced and pei_data was filled in, this port was
disabled, but after https://review.coreboot.org/c/coreboot/+/6923 it has become
enabled.

Change-Id: I952193798c0894b256b21d9fb3f238074ff5f0f0
---
M src/mainboard/lenovo/x230/variants/x230/early_init.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/68/80468/1
diff --git a/src/mainboard/lenovo/x230/variants/x230/early_init.c b/src/mainboard/lenovo/x230/variants/x230/early_init.c
index 7084e9a..55a3c08 100644
--- a/src/mainboard/lenovo/x230/variants/x230/early_init.c
+++ b/src/mainboard/lenovo/x230/variants/x230/early_init.c
@@ -12,7 +12,7 @@
{ 1, 1, -1 }, /* P5: Expresscard, no OC */
{ 0, 0, -1 }, /* P6: Empty */
{ 1, 2, -1 }, /* P7: dock, no OC */
- { 1, 0, -1 },
+ { 0, 0, -1 }, /* P8: Empty */
{ 1, 2, 5 }, /* P9: Right (EHCI debug), OC 5 */
{ 1, 1, -1 }, /* P10: fingerprint reader, no OC */
{ 1, 1, -1 }, /* P11: bluetooth, no OC. */

To view, visit change 80468. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: I952193798c0894b256b21d9fb3f238074ff5f0f0
Gerrit-Change-Number: 80468
Gerrit-PatchSet: 1
Gerrit-Owner: Alexei Sorokin <sor.alexei@meowr.ru>
Gerrit-MessageType: newchange