提交 24810cb5 编写于 作者: M Marc Dietrich 提交者: Olof Johansson

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: NMarc Dietrich <marvin24@gmx.de>
Signed-off-by: NOlof Johansson <olof@lixom.net>
上级 8e219ebf
...@@ -114,8 +114,8 @@ static struct platform_device leds_gpio = { ...@@ -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,
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册