diff options
author | Hanumath Prasad <hanumath.prasad@stericsson.com> | 2010-08-19 07:06:32 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-09-02 10:46:20 -0400 |
commit | 008f8a2f7ff4d63559b7ba7a6f7073efef9b1e08 (patch) | |
tree | 82c6324615de885a361dc7c001f3be3c502c4088 /arch/arm/mach-ux500/board-mop500.c | |
parent | 1c833abc1f8c056f562ccf4d57a69514d338cc35 (diff) |
ARM: 6335/1: ux500: mop500: register eMMC devices
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Hanumath Prasad <hanumath.prasad@stericsson.com>
Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c index 0e8fd135a57d..de310326df1c 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c | |||
@@ -30,6 +30,7 @@ | |||
30 | #include <mach/devices.h> | 30 | #include <mach/devices.h> |
31 | 31 | ||
32 | #include "pins-db8500.h" | 32 | #include "pins-db8500.h" |
33 | #include "board-mop500.h" | ||
33 | 34 | ||
34 | static pin_cfg_t mop500_pins[] = { | 35 | static pin_cfg_t mop500_pins[] = { |
35 | /* SSP0 */ | 36 | /* SSP0 */ |
@@ -163,6 +164,8 @@ static void __init u8500_init_machine(void) | |||
163 | 164 | ||
164 | platform_add_devices(platform_devs, ARRAY_SIZE(platform_devs)); | 165 | platform_add_devices(platform_devs, ARRAY_SIZE(platform_devs)); |
165 | 166 | ||
167 | mop500_sdi_init(); | ||
168 | |||
166 | spi_register_board_info(u8500_spi_devices, | 169 | spi_register_board_info(u8500_spi_devices, |
167 | ARRAY_SIZE(u8500_spi_devices)); | 170 | ARRAY_SIZE(u8500_spi_devices)); |
168 | } | 171 | } |