From df10110978a95f0d0fb37d0c95071094339072cc Mon Sep 17 00:00:00 2001 From: Ricardo Neri Date: Mon, 23 Apr 2012 08:55:01 +0800 Subject: ARM: OMAP4: board-omap4panda: Register platform device for HDMI audio codec Add platform device registratation for HDMI audio codec. This is to be able to transmit audio through the HDMI output featured in Pandaboard and PandaboardES. Signed-off-by: Ricardo Neri --- arch/arm/mach-omap2/board-omap4panda.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'arch') diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c index 87c2f6bb943c..e78e4fc6cbb5 100644 --- a/arch/arm/mach-omap2/board-omap4panda.c +++ b/arch/arm/mach-omap2/board-omap4panda.c @@ -127,6 +127,12 @@ 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 +142,7 @@ static struct platform_device *panda_devices[] __initdata = { &leds_gpio, &wl1271_device, &panda_abe_audio, + &panda_hdmi_audio_codec, &btwilink_device, }; -- cgit v1.2.3