]> Pileus Git - ~andy/linux/commitdiff
ARM: tegra: paz00: reorder the SDHCI channel init
authorMarc Dietrich <marvin24@gmx.de>
Sun, 7 Aug 2011 19:00:55 +0000 (21:00 +0200)
committerOlof Johansson <olof@lixom.net>
Tue, 9 Aug 2011 19:07:41 +0000 (12:07 -0700)
This reorders the SDHCI channel init order. With this patch, the
internal emmc gets the mmcblk0 device while the external sdmmc port
gets mmcblk1. This change is only for convenience.

Signed-off-by: Marc Dietrich <marvin24@gmx.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/mach-tegra/board-paz00.c

index 45111f6a5ced7fbf9f6e2d8072a8895873b78d20..51d847f7fca9a18928a0ef1aec7e57c9488d85ed 100644 (file)
@@ -114,8 +114,8 @@ static struct platform_device leds_gpio = {
 
 static struct platform_device *paz00_devices[] __initdata = {
        &debug_uart,
-       &tegra_sdhci_device1,
        &tegra_sdhci_device4,
+       &tegra_sdhci_device1,
        &wifi_rfkill_device,
        &leds_gpio,
 };