Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127270
b: refs/heads/master
c: d426e60
h: refs/heads/master
v: v3
  • Loading branch information
Robin Getz authored and Greg Kroah-Hartman committed Jan 7, 2009
1 parent e6e7f96 commit 02bc37b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 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: 0c6a8818447d38f7bb0b0013448659113d37a3e1
refs/heads/master: d426e60dbf6aa2c3199e37a59c6d134eb204d628
14 changes: 8 additions & 6 deletions trunk/drivers/usb/musb/blackfin.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,13 +245,15 @@ int __init musb_platform_init(struct musb *musb)
}
gpio_direction_output(musb->config->gpio_vrsel, 0);

/* Anomaly #05000346 */
bfin_write_USB_APHY_CALIB(0x5411);
SSYNC();
if (ANOMALY_05000346) {
bfin_write_USB_APHY_CALIB(ANOMALY_05000346_value);
SSYNC();
}

/* Anomaly #05000347 */
bfin_write_USB_APHY_CNTRL(0x0);
SSYNC();
if (ANOMALY_05000347) {
bfin_write_USB_APHY_CNTRL(0x0);
SSYNC();
}

/* TODO
* Set SIC-IVG register
Expand Down

0 comments on commit 02bc37b

Please sign in to comment.