Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248806
b: refs/heads/master
c: bf54171
h: refs/heads/master
v: v3
  • Loading branch information
David Daney authored and Greg Kroah-Hartman committed May 3, 2011
1 parent 30ce958 commit af9787c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f5ced99725d05f521ef0f597e688c19835e59c55
refs/heads/master: bf5417152154038bbae429e2357731b1dad03328
4 changes: 3 additions & 1 deletion trunk/drivers/usb/host/octeon2-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit af9787c

Please sign in to comment.