mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/1] animeo_ip: set uSD port devname to microsd
@ 2013-09-20  5:33 Jean-Christophe PLAGNIOL-VILLARD
  2013-09-20  6:51 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2013-09-20  5:33 UTC (permalink / raw)
  To: barebox

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>
---
 arch/arm/boards/animeo_ip/init.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boards/animeo_ip/init.c b/arch/arm/boards/animeo_ip/init.c
index 5419ddb..e99acd0 100644
--- a/arch/arm/boards/animeo_ip/init.c
+++ b/arch/arm/boards/animeo_ip/init.c
@@ -136,6 +136,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)
-- 
1.8.4.rc1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-09-20  6:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-20  5:33 [PATCH 1/1] animeo_ip: set uSD port devname to microsd Jean-Christophe PLAGNIOL-VILLARD
2013-09-20  6:51 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox