summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-enterprise-sdhci.c
diff options
context:
space:
mode:
authorHarry Hong <hhong@nvidia.com>2011-11-14 19:32:47 +0900
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:50:04 -0800
commit0a07511299d211318b17c650b773f4c5019c92a0 (patch)
treea6a21a51c4934d0498b71a3c81c79446f447098d /arch/arm/mach-tegra/board-enterprise-sdhci.c
parent5367b5addf868c68afac8bbf2393d3099582379b (diff)
arm: tegra: enterprise: Enable 8 bit bus_width for emmc
bug 896706 Change-Id: I232a616680553a668638ec252a3ff2a7b6c874b8 Reviewed-on: http://git-master/r/64081 Reviewed-by: Lokesh Pathak <lpathak@nvidia.com> Tested-by: Lokesh Pathak <lpathak@nvidia.com> Rebase-Id: R9f7a494f9b2d2c020693fa1fc218cca98b5bfc7c
Diffstat (limited to 'arch/arm/mach-tegra/board-enterprise-sdhci.c')
-rw-r--r--arch/arm/mach-tegra/board-enterprise-sdhci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise-sdhci.c b/arch/arm/mach-tegra/board-enterprise-sdhci.c
index 8d7711de053c..a2418ead7f00 100644
--- a/arch/arm/mach-tegra/board-enterprise-sdhci.c
+++ b/arch/arm/mach-tegra/board-enterprise-sdhci.c
@@ -70,6 +70,7 @@ static struct tegra_sdhci_platform_data tegra_sdhci_platform_data3 = {
.cd_gpio = -1,
.wp_gpio = -1,
.power_gpio = -1,
+ .is_8bit = 1,
};
static struct platform_device tegra_sdhci_device2 = {