ARM: tegra: stingray: undefine invalid GPIO assignments for emmc port
authorSergey Kudakov <sergey.kudakov@motorola.com>
Fri, 4 Feb 2011 20:10:17 +0000 (14:10 -0600)
committerTodd Poynor <toddpoynor@google.com>
Wed, 23 Feb 2011 19:49:52 +0000 (11:49 -0800)
Change-Id: Ic3ce1ba2ff47f4035b2181583886510d2e5c078b
Signed-off-by: Sergey Kudakov <sergey.kudakov@motorola.com>
arch/arm/mach-tegra/board-stingray.c

index 7c3a653681fa3c662573134726ebbfceffcc9b39..2c2b52c7b594c5bf6368d42ad1f4c0f23df36ad5 100644 (file)
@@ -567,9 +567,9 @@ extern struct tegra_sdhci_platform_data stingray_wifi_data; /* sdhci2 */
 static struct tegra_sdhci_platform_data stingray_sdhci_platform_data4 = {
        .clk_id = NULL,
        .force_hs = 0,
-       .cd_gpio = TEGRA_GPIO_PH2,
-       .wp_gpio = TEGRA_GPIO_PH3,
-       .power_gpio = TEGRA_GPIO_PI6,
+       .cd_gpio = -1,
+       .wp_gpio = -1,
+       .power_gpio = -1,
 };
 
 static struct tegra_i2c_platform_data stingray_i2c1_platform_data = {