Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354721
b: refs/heads/master
c: fa1dfe4
h: refs/heads/master
i:
  354719: 92e68d6
v: v3
  • Loading branch information
Kishon Vijay Abraham I authored and Greg Kroah-Hartman committed Feb 6, 2013
1 parent 868bd8b commit 9f7df14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 36273356b21b212bce97eafd682d6bffe6aa112d
refs/heads/master: fa1dfe4abe7f3e1d28ee80753acd9a8a87dbacd7
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-omap2/usb-musb.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ void __init usb_musb_init(struct omap_musb_board_data *musb_board_data)
musb_plat.mode = board_data->mode;
musb_plat.extvbus = board_data->extvbus;

if (cpu_is_omap44xx())
musb_plat.has_mailbox = true;

if (soc_is_am35xx()) {
oh_name = "am35x_otg_hs";
name = "musb-am35x";
Expand Down
2 changes: 2 additions & 0 deletions trunk/include/linux/usb/musb.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ struct musb_hdrc_platform_data {
/* MUSB_HOST, MUSB_PERIPHERAL, or MUSB_OTG */
u8 mode;

u8 has_mailbox:1;

/* for clk_get() */
const char *clock;

Expand Down

0 comments on commit 9f7df14

Please sign in to comment.