mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* ID fix for mx51 SDHC2
@ 2011-08-30  8:43 Alexander Shiyan
  2011-10-12  8:30 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2011-08-30  8:43 UTC (permalink / raw)
  To: barebox

[-- Attachment #1: Type: text/plain, Size: 706 bytes --]

Hello.

Please review this patch.

diff -urN barebox-v2011.09.0.orig/arch/arm/mach-imx/include/mach/devices-imx51.h barebox-v2011.09.0/arch/arm/mach-imx/include/mach/devices-imx51.h
--- barebox-v2011.09.0.orig/arch/arm/mach-imx/include/mach/devices-imx51.h	2011-08-26 18:23:46.000000000 +0400
+++ barebox-v2011.09.0/arch/arm/mach-imx/include/mach/devices-imx51.h	2011-08-30 12:35:08.000000000 +0400
@@ -48,7 +48,7 @@

 static inline struct device_d *imx51_add_mmc1(void *pdata)
 {
-	return imx_add_esdhc((void *)MX51_MMC_SDHC2_BASE_ADDR, 0, pdata);
+	return imx_add_esdhc((void *)MX51_MMC_SDHC2_BASE_ADDR, 1, pdata);
 }

 static inline struct device_d *imx51_add_nand(struct imx_nand_platform_data *pdata)

[-- Attachment #2: Type: text/plain, Size: 149 bytes --]

_______________________________________________
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:[~2011-10-12  8:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-30  8:43 ID fix for mx51 SDHC2 Alexander Shiyan
2011-10-12  8:30 ` Sascha Hauer

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