diff options
author | Nicolas Reinecke <nr@das-labor.org> | 2014-08-23 00:51:49 +0200 |
---|---|---|
committer | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2014-08-23 09:03:48 +0200 |
commit | 23aad4a83c3390dc39f7d1c1f5422f7ac54a80f3 (patch) | |
tree | 0000670081008fdada3e7ab69487da36077d2a77 | |
parent | e4340b52ced8bddc796d15cce4c1a154c98dcabd (diff) |
lenovo/t520: fix usb config & documentation
Change-Id: I71398ab2d7ef5b9256795861dd2bebbb0cf32d5f
Signed-off-by: Nicolas Reinecke <nr@das-labor.org>
Reviewed-on: http://review.coreboot.org/6742
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r-- | src/mainboard/lenovo/t520/romstage.c | 18 |
1 files changed, 9 insertions, 9 deletions
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 */ |