DaVinci: DM365: SDIO interrupt resource correction
authorPhaneendra Kumar <phani@embwise.com>
Thu, 27 Aug 2009 21:06:56 +0000 (17:06 -0400)
committerKevin Hilman <khilman@deeprootsystems.com>
Wed, 25 Nov 2009 18:21:16 +0000 (10:21 -0800)
This patch fixes a typo/bug in the DM365 SDIO interrupt assignment

Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
arch/arm/mach-davinci/devices.c

index a55b650..34dc0e9 100644 (file)
@@ -177,7 +177,7 @@ void __init davinci_setup_mmc(int module, struct davinci_mmc_config *config)
                        mmcsd1_resources[0].start = DM365_MMCSD1_BASE;
                        mmcsd1_resources[0].end = DM365_MMCSD1_BASE +
                                                        SZ_4K - 1;
-                       mmcsd0_resources[2].start = IRQ_DM365_SDIOINT1;
+                       mmcsd1_resources[2].start = IRQ_DM365_SDIOINT1;
                } else
                        break;