19 #include <linux/types.h>
20 #include <linux/errno.h>
43 #ifdef CONFIG_USB_GADGET_MUSB_HDRC
49 .config = &musb_config,
60 static struct omap_musb_board_data musb_default_board_data = {
61 .interface_type = MUSB_INTERFACE_ULPI,
72 const char *oh_name, *
name;
73 struct omap_musb_board_data *board_data;
76 board_data = musb_board_data;
78 board_data = &musb_default_board_data;
84 musb_plat.
clock =
"ick";
86 musb_plat.
power = board_data->power >> 1;
87 musb_plat.
mode = board_data->mode;
88 musb_plat.
extvbus = board_data->extvbus;
91 oh_name =
"am35x_otg_hs";
94 oh_name =
"usb_otg_hs";
97 oh_name =
"usb_otg_hs";
98 name =
"musb-omap2430";
102 if (
WARN(!oh,
"%s: could not find omap_hwmod for %s\n",
107 sizeof(musb_plat),
NULL, 0,
false);
109 pr_err(
"Could not build omap_device for %s %s\n",