Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156799
b: refs/heads/master
c: dfc27b3
h: refs/heads/master
i:
  156797: 38f96b1
  156795: d024e4e
  156791: ddfa212
  156783: 47f26de
  156767: 1927b2f
  156735: af7a226
  156671: 4be62f6
v: v3
  • Loading branch information
Roger Quadros authored and Tony Lindgren committed Aug 10, 2009
1 parent 2540b32 commit b026ee4
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 5032902c331acc71956e47abd90d090181c5ef4a
refs/heads/master: dfc27b34496923b5f552eb9cdf20468045114ada
5 changes: 5 additions & 0 deletions trunk/arch/arm/mach-omap2/board-rx51-peripherals.c
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,10 @@ static struct twl4030_gpio_platform_data rx51_gpio_data = {
.setup = rx51_twlgpio_setup,
};

static struct twl4030_usb_data rx51_usb_data = {
.usb_mode = T2_USB_MODE_ULPI,
};

static struct twl4030_platform_data rx51_twldata = {
.irq_base = TWL4030_IRQ_BASE,
.irq_end = TWL4030_IRQ_END,
Expand All @@ -286,6 +290,7 @@ static struct twl4030_platform_data rx51_twldata = {
.gpio = &rx51_gpio_data,
.keypad = &rx51_kp_data,
.madc = &rx51_madc_data,
.usb = &rx51_usb_data,

.vaux1 = &rx51_vaux1,
.vaux2 = &rx51_vaux2,
Expand Down

0 comments on commit b026ee4

Please sign in to comment.