diff options
author | Hanumath Prasad <hanumath.prasad@stericsson.com> | 2010-08-19 12:06:32 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-09-02 15:46:20 +0100 |
commit | 008f8a2f7ff4d63559b7ba7a6f7073efef9b1e08 (patch) | |
tree | 82c6324615de885a361dc7c001f3be3c502c4088 /arch/arm/mach-ux500/board-mop500.c | |
parent | 1c833abc1f8c056f562ccf4d57a69514d338cc35 (diff) | |
download | lwn-008f8a2f7ff4d63559b7ba7a6f7073efef9b1e08.tar.gz lwn-008f8a2f7ff4d63559b7ba7a6f7073efef9b1e08.zip |
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 @@ #include <mach/devices.h> #include "pins-db8500.h" +#include "board-mop500.h" static pin_cfg_t mop500_pins[] = { /* SSP0 */ @@ -163,6 +164,8 @@ static void __init u8500_init_machine(void) platform_add_devices(platform_devs, ARRAY_SIZE(platform_devs)); + mop500_sdi_init(); + spi_register_board_info(u8500_spi_devices, ARRAY_SIZE(u8500_spi_devices)); } |