Skip to content

Commit

Permalink
Merge branch 'usbhost17-common' of git://github.com/rogerq/linux into…
Browse files Browse the repository at this point in the history
… for-next

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
  • Loading branch information
Samuel Ortiz committed Feb 13, 2013
2 parents 6e6680e + 7f07863 commit 0030f65
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions include/linux/platform_data/usb-omap.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,17 @@ struct ohci_hcd_omap_platform_data {
};

struct usbhs_omap_platform_data {
enum usbhs_omap_port_mode port_mode[OMAP3_HS_USB_PORTS];
enum usbhs_omap_port_mode port_mode[OMAP3_HS_USB_PORTS];
int reset_gpio_port[OMAP3_HS_USB_PORTS];
struct regulator *regulator[OMAP3_HS_USB_PORTS];

struct ehci_hcd_omap_platform_data *ehci_data;
struct ohci_hcd_omap_platform_data *ohci_data;

/* OMAP3 <= ES2.1 have a single ulpi bypass control bit */
unsigned single_ulpi_bypass:1;
unsigned single_ulpi_bypass:1;
unsigned es2_compatibility:1;
unsigned phy_reset:1;
};

/*-------------------------------------------------------------------------*/
Expand Down

0 comments on commit 0030f65

Please sign in to comment.