summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorDavid Anders <x0132446@ti.com>2010-08-16 16:20:43 -0500
committerBryan Wu <bryan.wu@canonical.com>2010-08-26 21:45:59 +0800
commite059723842bdd129a3f53e536c8821579fd9a538 (patch)
treea9047134ff97293d118bdafdcf8491e199c3fb90 /arch
parente935beb9bbb1de81c92d6870f6ae7fbd7dc5b647 (diff)
Add HDMI audio for PandaBoard
Add support for HDMI to the PandaBoard machine file. Signed-off-by: David Anders <x0132446@ti.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-omap2/board-omap4panda.c6
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 6a761e3ec115..692ea25188b1 100644
--- a/arch/arm/mach-omap2/board-omap4panda.c
+++ b/arch/arm/mach-omap2/board-omap4panda.c
@@ -69,6 +69,11 @@ struct platform_device *st_get_plat_device(void)
EXPORT_SYMBOL(st_get_plat_device);
#ifdef CONFIG_OMAP2_DSS_HDMI
+static struct platform_device sdp4430_hdmi_audio_device = {
+ .name = "hdmi-dai",
+ .id = -1,
+};
+
static int panda_panel_enable_hdmi(struct omap_dss_device *dssdev)
{
gpio_request(HDMI_GPIO_60 , "hdmi_gpio_60");
@@ -117,6 +122,7 @@ static struct omap_dss_board_info panda_dss_data = {
};
static struct platform_device *panda_devices[] __initdata = {
+ &sdp4430_hdmi_audio_device,
&wl127x_device
};