diff mbox

ARM:OMAP: Enable MADC on Overo

Message ID 5e088bd90905300643r5e2f6ef7wc789937995d243bd@mail.gmail.com (mailing list archive)
State Changes Requested, archived
Commit e0d36db80568c16474d6f6f6cd142ac505506b51
Headers show

Commit Message

Steve Sakoman May 30, 2009, 1:43 p.m. UTC
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Tony Lindgren June 2, 2009, 5:40 p.m. UTC | #1
This patch has been applied to the linux-omap
by youw fwiendly patch wobot.

Initial commit ID (Likely to change): e0d36db80568c16474d6f6f6cd142ac505506b51

PatchWorks
http://patchwork.kernel.org/patch/27051/

Git (Likely to change, and takes a while to get mirrored)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=e0d36db80568c16474d6f6f6cd142ac505506b51


--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Tony Lindgren June 2, 2009, 5:42 p.m. UTC | #2
* Tony Lindgren <tony@atomide.com> [090602 10:40]:
> This patch has been applied to the linux-omap
> by youw fwiendly patch wobot.

Oops, this one is missing the description and Signed-off-by,
please repost.

Tony
 
> Initial commit ID (Likely to change): e0d36db80568c16474d6f6f6cd142ac505506b51
> 
> PatchWorks
> http://patchwork.kernel.org/patch/27051/
> 
> Git (Likely to change, and takes a while to get mirrored)
> http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=e0d36db80568c16474d6f6f6cd142ac505506b51
> 
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

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,