Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 184736
b: refs/heads/master
c: 7f5f23d
h: refs/heads/master
v: v3
  • Loading branch information
Enric Balletbo i Serra authored and Tony Lindgren committed Feb 18, 2010
1 parent c5a3991 commit dfa7f7d
Show file tree
Hide file tree
Showing 2 changed files with 11 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: 3cca088d07aae6c437b9f4c3b4f3c42dbfd2bb18
refs/heads/master: 7f5f23da82c67c8c3786f3615438a22f5d8ac053
10 changes: 10 additions & 0 deletions trunk/arch/arm/mach-omap2/board-igep0020.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,22 @@ static void __init igep2_init_irq(void)
omap_gpio_init();
}

static struct twl4030_codec_audio_data igep2_audio_data = {
.audio_mclk = 26000000,
};

static struct twl4030_codec_data igep2_codec_data = {
.audio_mclk = 26000000,
.audio = &igep2_audio_data,
};

static struct twl4030_platform_data igep2_twldata = {
.irq_base = TWL4030_IRQ_BASE,
.irq_end = TWL4030_IRQ_END,

/* platform_data for children goes here */
.usb = &igep2_usb_data,
.codec = &igep2_codec_data,
.gpio = &igep2_gpio_data,
.vmmc1 = &igep2_vmmc1,

Expand Down

0 comments on commit dfa7f7d

Please sign in to comment.