Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb5ba378 authored by Phaneendra Kumar's avatar Phaneendra Kumar Committed by Kevin Hilman
Browse files

DaVinci: DM365: SDIO interrupt resource correction



This patch fixes a typo/bug in the DM365 SDIO interrupt assignment

Signed-off-by: default avatarSandeep Paulraj <s-paulraj@ti.com>
Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent 648f4e3e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;