Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31669
b: refs/heads/master
c: 0711615
h: refs/heads/master
i:
  31667: 45dbe13
v: v3
  • Loading branch information
Jonathan McDowell authored and Tony Lindgren committed Jun 26, 2006
1 parent 0307162 commit 9a3dce0
Show file tree
Hide file tree
Showing 2 changed files with 8 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: ea6dedd7fbd0f760ebf37eb0bcc8c64856475a13
refs/heads/master: 0711615290510bfba11c3f4eabcde6ac92c0766e
7 changes: 7 additions & 0 deletions trunk/arch/arm/mach-omap1/board-ams-delta.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,15 @@ static struct omap_uart_config ams_delta_uart_config __initdata = {
.enabled_uarts = 1,
};

static struct omap_usb_config ams_delta_usb_config __initdata = {
.register_host = 1,
.hmc_mode = 16,
.pins[0] = 2,
};

static struct omap_board_config_kernel ams_delta_config[] = {
{ OMAP_TAG_UART, &ams_delta_uart_config },
{ OMAP_TAG_USB, &ams_delta_usb_config },
};

static struct platform_device ams_delta_led_device = {
Expand Down

0 comments on commit 9a3dce0

Please sign in to comment.