summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-enterprise-sdhci.c
diff options
context:
space:
mode:
authorRakesh Goyal <rgoyal@nvidia.com>2011-05-02 17:53:45 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:52:15 -0800
commit2f00a3104c65d6b47499770bea10ca2377ec6824 (patch)
tree0ab4d000546d9c32255434f56198d753af875175 /arch/arm/mach-tegra/board-enterprise-sdhci.c
parent206fa4207aef5147d5a00fcbbec3e3d5a0c9a0f2 (diff)
arm: tegra: enterprise: fix BT/WiFi pinmux
fixed pinmux,clock and sdhci instance for WiFi/BT Change-Id: Ifa192d8dcd4321754843aae6e47e1204d5cf074e Reviewed-on: http://git-master/r/30344 Reviewed-by: Thomas Cherry <tcherry@nvidia.com> Tested-by: Thomas Cherry <tcherry@nvidia.com> Reviewed-by: Daniel Willemsen <dwillemsen@nvidia.com> Reviewed-by: Scott Williams <scwilliams@nvidia.com> Rebase-Id: R66d4aaf962f1547c1285fbe3a9f89ffd7ca0899e
Diffstat (limited to 'arch/arm/mach-tegra/board-enterprise-sdhci.c')
-rw-r--r--arch/arm/mach-tegra/board-enterprise-sdhci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise-sdhci.c b/arch/arm/mach-tegra/board-enterprise-sdhci.c
index b480782af6dd..d2d36ed4a067 100644
--- a/arch/arm/mach-tegra/board-enterprise-sdhci.c
+++ b/arch/arm/mach-tegra/board-enterprise-sdhci.c
@@ -32,8 +32,8 @@
#include "board.h"
-#define ENTERPRISE_WLAN_PWR TEGRA_GPIO_PD4
-#define ENTERPRISE_WLAN_RST TEGRA_GPIO_PD3
+#define ENTERPRISE_WLAN_PWR TEGRA_GPIO_PV2
+#define ENTERPRISE_WLAN_RST TEGRA_GPIO_PV3
#define ENTERPRISE_SD_CD TEGRA_GPIO_PI5
static void (*wifi_status_cb)(int card_present, void *dev_id);
@@ -121,7 +121,7 @@ static struct tegra_sdhci_platform_data tegra_sdhci_platform_data0 = {
.is_voltage_switch_supported = false,
.vsd_name = NULL,
.vsd_slot_name = NULL,
- .max_clk = 48000000,
+ .max_clk = 45000000,
.is_8bit_supported = false,
};