diff options
author | Phaneendra Kumar <phani@embwise.com> | 2009-08-27 17:06:56 -0400 |
---|---|---|
committer | Kevin Hilman <khilman@deeprootsystems.com> | 2009-11-25 13:21:16 -0500 |
commit | eb5ba378bc0ed3f426edee3af7fdcd215a505026 (patch) | |
tree | af4320f9db0ce4b23fc0fd426dd97a20bdc0ae46 /arch/arm/mach-davinci/devices.c | |
parent | 648f4e3e50c4793d9dbf9a09afa193631f76fa26 (diff) |
DaVinci: DM365: SDIO interrupt resource correction
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>
Diffstat (limited to 'arch/arm/mach-davinci/devices.c')
-rw-r--r-- | arch/arm/mach-davinci/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/devices.c b/arch/arm/mach-davinci/devices.c index a55b650db71e..34dc0e93cb03 100644 --- a/arch/arm/mach-davinci/devices.c +++ b/arch/arm/mach-davinci/devices.c | |||
@@ -177,7 +177,7 @@ void __init davinci_setup_mmc(int module, struct davinci_mmc_config *config) | |||
177 | mmcsd1_resources[0].start = DM365_MMCSD1_BASE; | 177 | mmcsd1_resources[0].start = DM365_MMCSD1_BASE; |
178 | mmcsd1_resources[0].end = DM365_MMCSD1_BASE + | 178 | mmcsd1_resources[0].end = DM365_MMCSD1_BASE + |
179 | SZ_4K - 1; | 179 | SZ_4K - 1; |
180 | mmcsd0_resources[2].start = IRQ_DM365_SDIOINT1; | 180 | mmcsd1_resources[2].start = IRQ_DM365_SDIOINT1; |
181 | } else | 181 | } else |
182 | break; | 182 | break; |
183 | 183 | ||