diff options
author | Marc Dietrich <marvin24@gmx.de> | 2011-08-07 21:00:55 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2011-08-09 12:07:41 -0700 |
commit | 24810cb53c0c66eb2922117c6a53c64c3f7a07a6 (patch) | |
tree | 03f65466ee7593aae195bcb801eed39667116925 /arch/arm/mach-tegra/board-paz00.c | |
parent | 8e219ebfa0e3f5d99f01cc57c6b84023343ff22a (diff) | |
download | blackbird-op-linux-24810cb53c0c66eb2922117c6a53c64c3f7a07a6.tar.gz blackbird-op-linux-24810cb53c0c66eb2922117c6a53c64c3f7a07a6.zip |
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.c | 2 |
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 45111f6a5ced..51d847f7fca9 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, }; |