mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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:
parent
3ab1aa98ff
commit
324d2b6065
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue