> -----Original Message----- > From: linux-omap-owner@xxxxxxxxxxxxxxx [mailto:linux-omap- > owner@xxxxxxxxxxxxxxx] On Behalf Of Anand Gadiyar > Sent: Wednesday, November 18, 2009 7:39 AM > To: linux-omap@xxxxxxxxxxxxxxx > Cc: Anand Gadiyar > Subject: [PATCH] omap3: zoom2/3: make MMC slot work again > > omap3: zoom2/3: make MMC slot work again > > Commit 12f8dfb56 accidentally broke MMC on zoom2/3. > The .vmmc1 field of zoom_twldata was deleted. Restoring it > allows the MMC slot to work again > > Signed-off-by: Anand Gadiyar <gadiyar@xxxxxx> Good catch. Ack. Acked-by: Madhusudhan Chikkature <madhu.cr@xxxxxx> > --- > arch/arm/mach-omap2/board-zoom-peripherals.c | 1 + > 1 files changed, 1 insertion(+) > > Index: linux-omap-2.6/arch/arm/mach-omap2/board-zoom-peripherals.c > =================================================================== > --- linux-omap-2.6.orig/arch/arm/mach-omap2/board-zoom-peripherals.c > +++ linux-omap-2.6/arch/arm/mach-omap2/board-zoom-peripherals.c > @@ -236,6 +236,7 @@ static struct twl4030_platform_data zoom > .gpio = &zoom_gpio_data, > .keypad = &zoom_kp_twl4030_data, > .codec = &zoom_codec_data, > + .vmmc1 = &zoom_vmmc1, > .vmmc2 = &zoom_vmmc2, > .vsim = &zoom_vsim, > > -- > To unsubscribe from this list: send the line "unsubscribe linux-omap" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > 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@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html