public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ARM: OMAP: N8x0: Add retu-headset platform data
@ 2009-03-25 10:26 Jarkko Nikula
  2009-03-25 10:26 ` [PATCH 2/2] ARM: OMAP: N8x0: Remove board-n800-audio.c Jarkko Nikula
  2009-03-25 22:28 ` [APPLIED] [PATCH 1/2] ARM: OMAP: N8x0: Add retu-headset platform data Tony Lindgren
  0 siblings, 2 replies; 4+ messages in thread
From: Jarkko Nikula @ 2009-03-25 10:26 UTC (permalink / raw)
  To: linux-omap; +Cc: Jarkko Nikula

This was earlier in board-n800-audio.c but got removed by the commit
c65c733e1af5eac5681233309fed38538c9e06d2.

Signed-off-by: Jarkko Nikula <jarkko.nikula@nokia.com>
---
 arch/arm/mach-omap2/board-n800.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/board-n800.c b/arch/arm/mach-omap2/board-n800.c
index 60a414c..b90d153 100644
--- a/arch/arm/mach-omap2/board-n800.c
+++ b/arch/arm/mach-omap2/board-n800.c
@@ -568,10 +568,20 @@ static struct omap_gpio_switch n800_gpio_switches[] __initdata = {
 	},
 };
 
+#if defined(CONFIG_CBUS_RETU_HEADSET)
+static struct platform_device retu_headset_device = {
+	.name	= "retu-headset",
+	.id	= -1,
+};
+#endif
+
 static struct platform_device *n800_devices[] __initdata = {
 #if defined(CONFIG_CBUS_RETU) && defined(CONFIG_LEDS_OMAP_PWM)
 	&n800_keypad_led_device,
 #endif
+#if defined(CONFIG_CBUS_RETU_HEADSET)
+	&retu_headset_device,
+#endif
 };
 
 #ifdef CONFIG_MENELAUS
-- 
1.6.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-03-25 22:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-25 10:26 [PATCH 1/2] ARM: OMAP: N8x0: Add retu-headset platform data Jarkko Nikula
2009-03-25 10:26 ` [PATCH 2/2] ARM: OMAP: N8x0: Remove board-n800-audio.c Jarkko Nikula
2009-03-25 22:28   ` [APPLIED] " Tony Lindgren
2009-03-25 22:28 ` [APPLIED] [PATCH 1/2] ARM: OMAP: N8x0: Add retu-headset platform data Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox