arch: arm: asustek: flo: fix usb driving strength

Modify the driving strength of usb to 6D DC level.  Pass the usb eye diagram.

Change-Id: Id572456758ed7d72cfb48862716cac6ccfb8be14
Signed-off-by: yi-hsin_hung <yi-hsin_hung@asus.com>
Signed-off-by: Iliyan Malchev <malchev@google.com>
This commit is contained in:
yi-hsin_hung 2013-04-11 15:05:49 +08:00 committed by Iliyan Malchev
parent 3ab1aa98ff
commit 324d2b6065

View file

@ -1034,7 +1034,7 @@ static struct msm_bus_scale_pdata usb_bus_scale_pdata = {
};
static int phy_init_seq[] = {
0x6B, 0x81, /* update DC voltage level */
0x6D, 0x81, /* update DC voltage level */
0x24, 0x82, /* set pre-emphasis and rise/fall time */
-1
};