Przeglądaj źródła

ARM: tegra: paz00: reorder the SDHCI channel init

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>
Marc Dietrich 14 lat temu
rodzic
commit
24810cb53c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      arch/arm/mach-tegra/board-paz00.c

+ 1 - 1
arch/arm/mach-tegra/board-paz00.c

@@ -114,8 +114,8 @@ static struct platform_device leds_gpio = {
 
 
 static struct platform_device *paz00_devices[] __initdata = {
 static struct platform_device *paz00_devices[] __initdata = {
 	&debug_uart,
 	&debug_uart,
-	&tegra_sdhci_device1,
 	&tegra_sdhci_device4,
 	&tegra_sdhci_device4,
+	&tegra_sdhci_device1,
 	&wifi_rfkill_device,
 	&wifi_rfkill_device,
 	&leds_gpio,
 	&leds_gpio,
 };
 };