public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM:OMAP: Enable MADC on Overo
@ 2009-05-30 13:43 Steve Sakoman
  2009-06-02 17:40 ` [APPLIED] " Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Steve Sakoman @ 2009-05-30 13:43 UTC (permalink / raw)
  To: linux-omap@vger.kernel.org

diff --git a/arch/arm/mach-omap2/board-overo.c
b/arch/arm/mach-omap2/board-overo.c
index 48f9932..ce84ee7 100644
--- a/arch/arm/mach-omap2/board-overo.c
+++ b/arch/arm/mach-omap2/board-overo.c
@@ -340,10 +340,15 @@ static struct regulator_init_data overo_vmmc1 = {

 /* mmc2 (WLAN) and Bluetooth don't use twl4030 regulators */

+static struct twl4030_madc_platform_data overo_madc_data = {
+	.irq_line	= 1,
+};
+
 static struct twl4030_platform_data overo_twldata = {
 	.irq_base	= TWL4030_IRQ_BASE,
 	.irq_end	= TWL4030_IRQ_END,
 	.gpio		= &overo_gpio_data,
+	.madc		= &overo_madc_data,
 	.usb		= &overo_usb_data,
 	.power		= GENERIC3430_T2SCRIPTS_DATA,
 	.vmmc1		= &overo_vmmc1,

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

end of thread, other threads:[~2009-06-02 17:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-30 13:43 [PATCH] ARM:OMAP: Enable MADC on Overo Steve Sakoman
2009-06-02 17:40 ` [APPLIED] " Tony Lindgren
2009-06-02 17:42   ` Tony Lindgren

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