diff --git a/[refs] b/[refs] index f2a126d11f91..84d7186315c3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f5ced99725d05f521ef0f597e688c19835e59c55 +refs/heads/master: bf5417152154038bbae429e2357731b1dad03328 diff --git a/trunk/drivers/usb/host/octeon2-common.c b/trunk/drivers/usb/host/octeon2-common.c index 5a0feed03561..aef6364d6314 100644 --- a/trunk/drivers/usb/host/octeon2-common.c +++ b/trunk/drivers/usb/host/octeon2-common.c @@ -176,8 +176,10 @@ void octeon2_usb_clocks_start(void) for (i = 0; i <= 1; i++) { port_ctl_status.u64 = cvmx_read_csr(CVMX_UCTLX_UPHY_PORTX_CTL_STATUS(i, 0)); - /* Set txvreftune to 15 to obtain complient 'eye' diagram. */ + /* Set txvreftune to 15 to obtain compliant 'eye' diagram. */ port_ctl_status.s.txvreftune = 15; + port_ctl_status.s.txrisetune = 1; + port_ctl_status.s.txpreemphasistune = 1; cvmx_write_csr(CVMX_UCTLX_UPHY_PORTX_CTL_STATUS(i, 0), port_ctl_status.u64); }