summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-paz00.c
diff options
context:
space:
mode:
authorMarc Dietrich <marvin24@gmx.de>2011-08-07 19:00:55 (GMT)
committerOlof Johansson <olof@lixom.net>2011-08-09 19:07:41 (GMT)
commit24810cb53c0c66eb2922117c6a53c64c3f7a07a6 (patch)
tree03f65466ee7593aae195bcb801eed39667116925 /arch/arm/mach-tegra/board-paz00.c
parent8e219ebfa0e3f5d99f01cc57c6b84023343ff22a (diff)
downloadlinux-24810cb53c0c66eb2922117c6a53c64c3f7a07a6.tar.xz
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>
Diffstat (limited to 'arch/arm/mach-tegra/board-paz00.c')
-rw-r--r--arch/arm/mach-tegra/board-paz00.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-paz00.c b/arch/arm/mach-tegra/board-paz00.c
index 45111f6..51d847f 100644
--- a/arch/arm/mach-tegra/board-paz00.c
+++ b/arch/arm/mach-tegra/board-paz00.c
@@ -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,
};