9
0
Fork 0

animeo_ip: set uSD port devname to microsd

so we can always found it and not confuse it with a usb stick device

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2013-09-20 07:33:05 +02:00 committed by Sascha Hauer
parent dde9161963
commit a283034600
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ static struct atmel_mci_platform_data __initdata animeo_ip_mci_data = {
.slot_b = 1,
.detect_pin = -EINVAL,
.wp_pin = -EINVAL,
.devname = "microsd",
};
static void animeo_ip_add_device_mci(void)