summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-cardhu-sdhci.c
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2011-06-13 15:35:15 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:44 -0800
commit06316934d7b09452a510a39b479a7c687ba899ad (patch)
tree68f305836469b4ff8a155baf577992ce26d5cf4c /arch/arm/mach-tegra/board-cardhu-sdhci.c
parent068ecd925b9fdcc8708668d0085039aec0fa32ea (diff)
ARM: tegra: Update cardhu boardfiles for K39
Rebase-Id: R53c264de0e30d06937fd88d97b9709b35c069f6d
Diffstat (limited to 'arch/arm/mach-tegra/board-cardhu-sdhci.c')
-rw-r--r--arch/arm/mach-tegra/board-cardhu-sdhci.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-tegra/board-cardhu-sdhci.c b/arch/arm/mach-tegra/board-cardhu-sdhci.c
index a89f60fa737f..b732209de1b3 100644
--- a/arch/arm/mach-tegra/board-cardhu-sdhci.c
+++ b/arch/arm/mach-tegra/board-cardhu-sdhci.c
@@ -76,8 +76,6 @@ static struct resource sdhci_resource3[] = {
static struct tegra_sdhci_platform_data tegra_sdhci_platform_data0 = {
- .clk_id = NULL,
- .force_hs = 0,
.cd_gpio = -1,
.wp_gpio = -1,
.power_gpio = -1,
@@ -92,8 +90,6 @@ static struct tegra_sdhci_platform_data tegra_sdhci_platform_data0 = {
};
static struct tegra_sdhci_platform_data tegra_sdhci_platform_data2 = {
- .clk_id = NULL,
- .force_hs = 1,
.cd_gpio = -1,
.wp_gpio = -1,
.power_gpio = -1,
@@ -108,8 +104,6 @@ static struct tegra_sdhci_platform_data tegra_sdhci_platform_data2 = {
};
static struct tegra_sdhci_platform_data tegra_sdhci_platform_data3 = {
- .clk_id = NULL,
- .force_hs = 0,
.cd_gpio = -1,
.wp_gpio = -1,
.power_gpio = -1,