diff options
author | Lothar Waßmann <LW@KARO-electronics.de> | 2011-12-06 17:41:28 +0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2012-01-26 15:13:25 +0400 |
commit | bfc0b9c8a9d546eb53a3491c893fad72d96540cb (patch) | |
tree | a3ab130867970f8e144121b8a2864bf0a8fc0bd5 /arch/arm/mach-mxs/devices | |
parent | dcd6c92267155e70a94b3927bce681ce74b80d1f (diff) | |
download | linux-bfc0b9c8a9d546eb53a3491c893fad72d96540cb.tar.xz |
arm/mxs: Add support for SSP/MMC ports 2 & 3
i.MX28 has four SSP/MMC units, only two of which are currently
usable.
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Reviewed-by: Wolfram Sang <w.sang@pengutronix.de>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs/devices')
-rw-r--r-- | arch/arm/mach-mxs/devices/platform-mxs-mmc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/devices/platform-mxs-mmc.c b/arch/arm/mach-mxs/devices/platform-mxs-mmc.c index 382dacbeca21..bef9d923f54e 100644 --- a/arch/arm/mach-mxs/devices/platform-mxs-mmc.c +++ b/arch/arm/mach-mxs/devices/platform-mxs-mmc.c @@ -41,6 +41,8 @@ const struct mxs_mxs_mmc_data mx23_mxs_mmc_data[] __initconst = { const struct mxs_mxs_mmc_data mx28_mxs_mmc_data[] __initconst = { mxs_mxs_mmc_data_entry(MX28, 0, 0), mxs_mxs_mmc_data_entry(MX28, 1, 1), + mxs_mxs_mmc_data_entry(MX28, 2, 2), + mxs_mxs_mmc_data_entry(MX28, 3, 3), }; #endif |