aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/board-paz00.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/board-paz00.c')
-rw-r--r--arch/arm/mach-tegra/board-paz00.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/arm/mach-tegra/board-paz00.c b/arch/arm/mach-tegra/board-paz00.c
index e1e19598c648..7fdc40908ca8 100644
--- a/arch/arm/mach-tegra/board-paz00.c
+++ b/arch/arm/mach-tegra/board-paz00.c
@@ -71,7 +71,6 @@ static struct platform_device debug_uart = {
71static struct platform_device *paz00_devices[] __initdata = { 71static struct platform_device *paz00_devices[] __initdata = {
72 &debug_uart, 72 &debug_uart,
73 &tegra_sdhci_device1, 73 &tegra_sdhci_device1,
74 &tegra_sdhci_device2,
75 &tegra_sdhci_device4, 74 &tegra_sdhci_device4,
76}; 75};
77 76
@@ -148,16 +147,10 @@ static struct tegra_sdhci_platform_data sdhci_pdata1 = {
148 .power_gpio = TEGRA_GPIO_SD1_POWER, 147 .power_gpio = TEGRA_GPIO_SD1_POWER,
149}; 148};
150 149
151static struct tegra_sdhci_platform_data sdhci_pdata2 = { 150static struct tegra_sdhci_platform_data sdhci_pdata4 = {
152 .cd_gpio = -1, 151 .cd_gpio = -1,
153 .wp_gpio = -1, 152 .wp_gpio = -1,
154 .power_gpio = -1, 153 .power_gpio = -1,
155};
156
157static struct tegra_sdhci_platform_data sdhci_pdata4 = {
158 .cd_gpio = TEGRA_GPIO_SD4_CD,
159 .wp_gpio = TEGRA_GPIO_SD4_WP,
160 .power_gpio = TEGRA_GPIO_SD4_POWER,
161 .is_8bit = 1, 154 .is_8bit = 1,
162}; 155};
163 156
@@ -168,7 +161,6 @@ static void __init tegra_paz00_init(void)
168 paz00_pinmux_init(); 161 paz00_pinmux_init();
169 162
170 tegra_sdhci_device1.dev.platform_data = &sdhci_pdata1; 163 tegra_sdhci_device1.dev.platform_data = &sdhci_pdata1;
171 tegra_sdhci_device2.dev.platform_data = &sdhci_pdata2;
172 tegra_sdhci_device4.dev.platform_data = &sdhci_pdata4; 164 tegra_sdhci_device4.dev.platform_data = &sdhci_pdata4;
173 165
174 platform_add_devices(paz00_devices, ARRAY_SIZE(paz00_devices)); 166 platform_add_devices(paz00_devices, ARRAY_SIZE(paz00_devices));