From 9cf24b157c3c4e7bc4060668245dc4affba3dcfc Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Thu, 30 Aug 2012 16:11:08 +0100 Subject: ARM: ux500: Pass SDI DMA information though AUX_DATA to MMCI There are four SDIs on the HREF, as opposed to the original two enabled on Snowball. To get them working we have to pass their DMA information in the same was as we need with the other two. Acked-by: Linus Walleij Signed-off-by: Lee Jones --- arch/arm/mach-ux500/board-mop500.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/arm/mach-ux500/board-mop500.h') diff --git a/arch/arm/mach-ux500/board-mop500.h b/arch/arm/mach-ux500/board-mop500.h index d04a8e6ce7e..eb421f9f01a 100644 --- a/arch/arm/mach-ux500/board-mop500.h +++ b/arch/arm/mach-ux500/board-mop500.h @@ -80,6 +80,8 @@ struct device; struct i2c_board_info; extern struct mmci_platform_data mop500_sdi0_data; +extern struct mmci_platform_data mop500_sdi1_data; +extern struct mmci_platform_data mop500_sdi2_data; extern struct mmci_platform_data mop500_sdi4_data; extern struct arm_pmu_platdata db8500_pmu_platdata; -- cgit v1.2.3-70-g09d2