From f595042851a9d7c77f12022696f22b189608026f Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Thu, 7 Nov 2013 15:49:22 -0800 Subject: [PATCH] beltino: Configure USB_ILIM_SEL to low Talking to David Chang, we decided to switch USB_ILIM_SEL to low to allow the system to negotiate SDP/CDP with the USB devices for the front USB ports. BUG=none BRANCH=none TEST=boot tested on Beltino Change-Id: Ib980100c648ae7472eac6f97e47f8ef3cbe72c7e Signed-off-by: Stefan Reinauer Reviewed-on: https://chromium-review.googlesource.com/176146 Reviewed-by: David Chang Commit-Queue: Stefan Reinauer Tested-by: Stefan Reinauer --- src/mainboard/google/beltino/gpio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/beltino/gpio.h b/src/mainboard/google/beltino/gpio.h index 620acef4b8..45f8f276f7 100644 --- a/src/mainboard/google/beltino/gpio.h +++ b/src/mainboard/google/beltino/gpio.h @@ -51,7 +51,7 @@ const struct pch_lp_gpio_map mainboard_gpio_map[] = { LP_GPIO_UNUSED, /* 25: UNUSED */ LP_GPIO_OUT_HIGH, /* 26: USB_CTL_1 */ LP_GPIO_UNUSED, /* 27: UNUSED */ - LP_GPIO_OUT_HIGH, /* 28: USB_ILIM_SEL */ + LP_GPIO_OUT_LOW, /* 28: USB_ILIM_SEL */ LP_GPIO_UNUSED, /* 29: UNUSED */ LP_GPIO_NATIVE, /* 30: NATIVE: PCH_SUSPWRACK_L */ LP_GPIO_NATIVE, /* 31: NATIVE: PCH_ACPRESENT */