From 23aad4a83c3390dc39f7d1c1f5422f7ac54a80f3 Mon Sep 17 00:00:00 2001 From: Nicolas Reinecke Date: Sat, 23 Aug 2014 00:51:49 +0200 Subject: lenovo/t520: fix usb config & documentation Change-Id: I71398ab2d7ef5b9256795861dd2bebbb0cf32d5f Signed-off-by: Nicolas Reinecke Reviewed-on: http://review.coreboot.org/6742 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan Reviewed-by: Paul Menzel --- src/mainboard/lenovo/t520/romstage.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'src/mainboard/lenovo/t520/romstage.c') diff --git a/src/mainboard/lenovo/t520/romstage.c b/src/mainboard/lenovo/t520/romstage.c index 62bf1d9895..729b0e7305 100644 --- a/src/mainboard/lenovo/t520/romstage.c +++ b/src/mainboard/lenovo/t520/romstage.c @@ -151,19 +151,19 @@ void main(unsigned long bist) .max_ddr3_freq = 1600, .usb_port_config = { /* enabled usb oc pin length */ - { 1, 0, 0x0080 }, /* P0 (left, fan side), OC 0 */ - { 1, 1, 0x0080 }, /* P1 (left touchpad side), OC 1 */ - { 1, 0, 0x0040 }, /* P2: dock, OC 3 */ + { 1, 0, 0x0080 }, /* P0 left dual conn, OC 0 */ + { 1, 1, 0x0080 }, /* P1 System onboard USB port (eSATA) (EHCI debug), OC 1 */ + { 1, 0, 0x0040 }, /* P2: wimax / wlan */ { 1, 0, 0x0040 }, /* P3: wwan, no OC */ - { 1, 0, 0x0080 }, /* P4: Wacom tablet on X230t, otherwise empty */ + { 1, 0, 0x0040 }, /* P4: smartcard, otherwise empty */ { 1, 0, 0x0080 }, /* P5: Expresscard, no OC */ - { 0, 0, 0x0000 }, /* P6: Empty */ - { 1, 0, 0x0080 }, /* P7: dock, no OC */ - { 1, 4, 0x0080 }, /* P8: Empty */ - { 1, 5, 0x0080 }, /* P9: Right (EHCI debug), OC 5 */ + { 0, 0, 0x0000 }, /* P6: empty */ + { 1, 0, 0x0080 }, /* P7: to touch panel, no OC */ + { 1, 4, 0x0080 }, /* P8: left dual conn, OC4 */ + { 1, 5, 0x0080 }, /* P9: to system subcard back right (EHCI debug), OC 5 */ { 1, 0, 0x0040 }, /* P10: fingerprint reader, no OC */ { 1, 0, 0x0040 }, /* P11: bluetooth, no OC. */ - { 1, 0, 0x0040 }, /* P12: wlan, no OC */ + { 1, 0, 0x0080 }, /* P12: dock, no OC */ { 1, 0, 0x0080 }, /* P13: webcam, no OC */ }, .ddr_refresh_rate_config = 2, /* Force double refresh rate */ -- cgit v1.2.3