The tegra sdhci driver has been changed to use -1 for "no gpio",
because 0 is a valid gpio number.
Change-Id: I906318d8d121019d33b98d1917e54dac90f747c1
Signed-off-by: Colin Cross <ccross@android.com>
.status = stingray_wifi_status,
.register_status_notify = stingray_wifi_status_register,
.embedded_sdio = &stingray_wifi_emb_data,
- }
+ },
+ .cd_gpio = -1,
+ .wp_gpio = -1,
+ .power_gpio = -1,
};
static int stingray_wifi_set_carddetect(int val)
static struct tegra_sdhci_platform_data stingray_sdhci_platform_data3 = {
.clk_id = NULL,
.force_hs = 0,
+ .cd_gpio = -1,
+ .wp_gpio = -1,
+ .power_gpio = -1,
};
static struct tegra_sdhci_platform_data stingray_sdhci_platform_data4 = {