Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231115
b: refs/heads/master
c: 7b0d4b7
h: refs/heads/master
i:
  231113: fdbb282
  231111: c9b5e6c
v: v3
  • Loading branch information
Enric Balletbo i Serra authored and Tony Lindgren committed Jan 10, 2011
1 parent 1ff15c6 commit 9060d3c
Show file tree
Hide file tree
Showing 2 changed files with 15 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: 274353674dd0337bdeeaee08a9f2047777b07ab0
refs/heads/master: 7b0d4b71f5b17f22914bc6b2e36c4cd7cdc56a28
15 changes: 14 additions & 1 deletion trunk/arch/arm/mach-omap2/board-igep0030.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#define IGEP3_GPIO_WIFI_NRESET 139
#define IGEP3_GPIO_BT_NRESET 137

#define IGEP3_GPIO_USBH_NRESET 115
#define IGEP3_GPIO_USBH_NRESET 183


#if defined(CONFIG_MTD_ONENAND_OMAP2) || \
Expand Down Expand Up @@ -363,8 +363,20 @@ static void __init igep3_wifi_bt_init(void)
void __init igep3_wifi_bt_init(void) {}
#endif

static const struct ehci_hcd_omap_platform_data ehci_pdata __initconst = {
.port_mode[0] = EHCI_HCD_OMAP_MODE_UNKNOWN,
.port_mode[1] = EHCI_HCD_OMAP_MODE_PHY,
.port_mode[2] = EHCI_HCD_OMAP_MODE_UNKNOWN,

.phy_reset = true,
.reset_gpio_port[0] = -EINVAL,
.reset_gpio_port[1] = IGEP3_GPIO_USBH_NRESET,
.reset_gpio_port[2] = -EINVAL,
};

#ifdef CONFIG_OMAP_MUX
static struct omap_board_mux board_mux[] __initdata = {
OMAP3_MUX(I2C2_SDA, OMAP_MUX_MODE4 | OMAP_PIN_OUTPUT),
{ .reg_offset = OMAP_MUX_TERMINATOR },
};
#endif
Expand All @@ -378,6 +390,7 @@ static void __init igep3_init(void)

omap_serial_init();
usb_musb_init(&musb_board_data);
usb_ehci_init(&ehci_pdata);

igep3_flash_init();
igep3_leds_init();
Expand Down

0 comments on commit 9060d3c

Please sign in to comment.