Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281687
b: refs/heads/master
c: f36217f
h: refs/heads/master
i:
  281685: df8c4e7
  281683: cb0a326
  281679: 75da2a1
v: v3
  • Loading branch information
Ravi Babu authored and Tony Lindgren committed Dec 13, 2011
1 parent b373e9f commit 8b05fb1
Show file tree
Hide file tree
Showing 2 changed files with 10 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: 8f718d2414c2c13f7c886df1d1802ad0d32faaca
refs/heads/master: f36217f3a5b5b945619192c033c2785007931e49
9 changes: 9 additions & 0 deletions trunk/arch/arm/mach-omap2/board-ti8168evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@
#include <plat/irqs.h>
#include <plat/board.h>
#include "common.h"
#include <plat/usb.h>

static struct omap_musb_board_data musb_board_data = {
.set_phy_power = ti81xx_musb_phy_power,
.interface_type = MUSB_INTERFACE_ULPI,
.mode = MUSB_OTG,
.power = 500,
};

static struct omap_board_config_kernel ti81xx_evm_config[] __initdata = {
};
Expand All @@ -33,6 +41,7 @@ static void __init ti81xx_evm_init(void)
omap_sdrc_init(NULL, NULL);
omap_board_config = ti81xx_evm_config;
omap_board_config_size = ARRAY_SIZE(ti81xx_evm_config);
usb_musb_init(&musb_board_data);
}

MACHINE_START(TI8168EVM, "ti8168evm")
Expand Down

0 comments on commit 8b05fb1

Please sign in to comment.