diff options
author | Ricardo Neri <ricardo.neri@ti.com> | 2011-04-07 08:44:15 +0100 |
---|---|---|
committer | Andy Green <andy.green@linaro.org> | 2011-04-07 08:44:15 +0100 |
commit | d218ca42acdaf868736176a9af78a4cdb4cd24f8 (patch) | |
tree | dd123d201d266346b3d99d047a21398fe2303704 | |
parent | b1eb5f99ac40a1bad6dd6587dc62e9c61c5faaab (diff) |
OMAP4: HDMI: Add device for HDMI audio interface to OMAP4 PANDA
Add platform device for the HHDMI digital audio interface to OMAP4 Panda
board. This is for use of the ASoC HDMI CPU DAI driver.
Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
-rw-r--r-- | arch/arm/mach-omap2/board-omap4panda.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c index 07474847326..27b5d1822ed 100644 --- a/arch/arm/mach-omap2/board-omap4panda.c +++ b/arch/arm/mach-omap2/board-omap4panda.c @@ -103,10 +103,16 @@ static struct platform_device btwilink_device = { .id = -1, }; +static struct platform_device omap4panda_hdmi_audio_device = { + .name = "hdmi-audio-dai", + .id = -1, +}; + static struct platform_device *panda_devices[] __initdata = { &leds_gpio, &wl128x_device, &btwilink_device, + &omap4panda_hdmi_audio_device, }; /* Display DVI */ |