Skip to content

Commit

Permalink
ARM: tegra: paz00: reorder the SDHCI channel init
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Marc Dietrich authored and Olof Johansson committed Aug 9, 2011
1 parent 8e219eb commit 24810cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-tegra/board-paz00.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit 24810cb

Please sign in to comment.