From 565ea960e675af5444e2fa6ae26b84721407f35c Mon Sep 17 00:00:00 2001 From: Ricardo Neri Date: Wed, 9 May 2012 14:19:14 -0700 Subject: [PATCH] --- yaml --- r: 303455 b: refs/heads/master c: ce7962f9fa6021de3f8cdec5903b459b464e05e1 h: refs/heads/master i: 303453: 5d9b397eeeb8ddf1f8dbb0a680d10279288e8284 303451: e7e94f62b1581624ef1b024f7edb68f1dce8b6b7 303447: ca89a747520abbb19d74243b5ccc6eb7b7796a5c 303439: 9e375c2b06b2f1250c3507bb2ce0d32dbbf573e3 303423: d869c7f5c9ed1b4d80406f0166629b1db6b51e94 v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-omap2/board-omap4panda.c | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 40f1cc5394ac..5a3884d99f61 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 85dd0c59aa877c0a39172e6b442de9c1b756e710 +refs/heads/master: ce7962f9fa6021de3f8cdec5903b459b464e05e1 diff --git a/trunk/arch/arm/mach-omap2/board-omap4panda.c b/trunk/arch/arm/mach-omap2/board-omap4panda.c index 1b2eb289b8b8..dc11ddfeec9a 100644 --- a/trunk/arch/arm/mach-omap2/board-omap4panda.c +++ b/trunk/arch/arm/mach-omap2/board-omap4panda.c @@ -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, @@ -136,6 +141,7 @@ static struct platform_device *panda_devices[] __initdata = { &leds_gpio, &wl1271_device, &panda_abe_audio, + &panda_hdmi_audio_codec, &btwilink_device, };