Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313483
b: refs/heads/master
c: c01c469
h: refs/heads/master
i:
  313481: 0db5e84
  313479: adb5a97
v: v3
  • Loading branch information
Sachin Kamat authored and Kukjin Kim committed Jul 13, 2012
1 parent bcc0743 commit 9005d1f
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: 1b1ce356e5da9637e25f4de22eb19dcb98d24dbb
refs/heads/master: c01c4692419e0b6c2600effe3a5c6a0c6a0fa7c6
7 changes: 7 additions & 0 deletions trunk/arch/arm/mach-s5pv210/mach-aquila.c
Original file line number Diff line number Diff line change
Expand Up @@ -600,10 +600,17 @@ static void aquila_setup_sdhci(void)
s3c_sdhci2_set_platdata(&aquila_hsmmc2_data);
};

/* Audio device */
static struct platform_device aquila_device_audio = {
.name = "smdk-audio",
.id = -1,
};

static struct platform_device *aquila_devices[] __initdata = {
&aquila_i2c_gpio_pmic,
&aquila_i2c_gpio5,
&aquila_device_gpiokeys,
&aquila_device_audio,
&s3c_device_fb,
&s5p_device_onenand,
&s3c_device_hsmmc0,
Expand Down

0 comments on commit 9005d1f

Please sign in to comment.