summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com>2011-04-06 14:05:08 +0200
committerPhilippe Langlais <philippe.langlais@linaro.org>2011-07-22 15:40:29 +0200
commit5ac3ea1cfcf883831904336d660be134fe6150a1 (patch)
tree2f1169397e9d6af2da2ffce5b333a593abbd0c6c
parent9ac35110bd747333e6abe972f7075eb1b981c332 (diff)
usb: otg: ab8500-usb: workaround for connector id detection
Signed-off-by: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com>
-rw-r--r--drivers/usb/otg/ab8500-usb.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/otg/ab8500-usb.c b/drivers/usb/otg/ab8500-usb.c
index 07ccea9ada4..1e2adcd1f92 100644
--- a/drivers/usb/otg/ab8500-usb.c
+++ b/drivers/usb/otg/ab8500-usb.c
@@ -526,6 +526,8 @@ static int __devinit ab8500_usb_probe(struct platform_device *pdev)
goto fail1;
}
+ /* Needed to enable ID detection. */
+ ab8500_usb_wd_workaround(ab);
dev_info(&pdev->dev, "AB8500 usb driver initialized\n");
return 0;