Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303455
b: refs/heads/master
c: ce7962f
h: refs/heads/master
i:
  303453: 5d9b397
  303451: e7e94f6
  303447: ca89a74
  303439: 9e375c2
  303423: d869c7f
v: v3
  • Loading branch information
Ricardo Neri authored and Tony Lindgren committed May 9, 2012
1 parent 9787b42 commit 565ea96
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 85dd0c59aa877c0a39172e6b442de9c1b756e710
refs/heads/master: ce7962f9fa6021de3f8cdec5903b459b464e05e1
6 changes: 6 additions & 0 deletions trunk/arch/arm/mach-omap2/board-omap4panda.c
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,11 @@ static struct platform_device panda_abe_audio = {
},
};

static struct platform_device panda_hdmi_audio_codec = {
.name = "hdmi-audio-codec",
.id = -1,
};

static struct platform_device btwilink_device = {
.name = "btwilink",
.id = -1,
Expand All @@ -136,6 +141,7 @@ static struct platform_device *panda_devices[] __initdata = {
&leds_gpio,
&wl1271_device,
&panda_abe_audio,
&panda_hdmi_audio_codec,
&btwilink_device,
};

Expand Down

0 comments on commit 565ea96

Please sign in to comment.