On Mon, 3 Aug 2009, John Sarman wrote: > On Sun, Aug 2, 2009 at 9:20 PM, Paul Walmsley<paul@xxxxxxxxx> wrote: > > From: Paul Walmsley <paul@xxxxxxxxx> > > Date: Mon, 3 Aug 2009 04:18:45 +0300 > > Subject: [PATCH] OMAP3 hwmod: fix MMC3 IRQ > > > > The MMC3 IRQ is incorrect in mach-omap2/omap_hwmod_34xx.h, which causes > > MMC3 init to fail. > > > > Signed-off-by: Paul Walmsley <paul@xxxxxxxxx> > > --- > > arch/arm/mach-omap2/omap_hwmod_34xx.h | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/arch/arm/mach-omap2/omap_hwmod_34xx.h b/arch/arm/mach-omap2/omap_hwmod_34xx.h > > index 29a2d60..56215bd 100644 > > --- a/arch/arm/mach-omap2/omap_hwmod_34xx.h > > +++ b/arch/arm/mach-omap2/omap_hwmod_34xx.h > > @@ -470,7 +470,7 @@ static struct omap_hwmod omap34xx_mmc2_hwmod = { > > static struct mmc_dev_attr mmc3_dev_attr; > > > > static u8 mmc3_mpu_irqs[] = { > > - INT_24XX_MMC_IRQ, > > + INT_34XX_MMC3_IRQ, > > }; > > > > static struct omap_hwmod_dma_info mmc3_sdma_chs[] = { > > -- > > 1.6.3.GIT > > > Thanks for the patch, I will apply that and keep on testing. I'm afraid that the patch will only be useful on a recent version of Kevin's PM branch. - Paul