summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-whistler-baseband.c
diff options
context:
space:
mode:
authorSteve Lin <stlin@nvidia.com>2011-08-03 15:05:55 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:48:02 -0800
commitd4232240226a76b9e97b5695618d0bb075e8398a (patch)
treec6e0746550cee34b4dce1dcb90e717be96798cd9 /arch/arm/mach-tegra/board-whistler-baseband.c
parent40bf3bc730b8bd62db1a616bca41057693ed191d (diff)
arm: tegra: baseband: add callback functions for null phy power off
Adding pre_phy_off and post_phy_off callback functions in null_phy_power_off function. So that the modem handshaking GPIO is set to reflect the real phy status. Bug 856096 Bug 854339 Original-Change-Id: Ia39a84d3958b9dd078f93ab5be20387fb1ed9103 Reviewed-on: http://git-master/r/44840 Tested-by: Szming Lin <stlin@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Rebase-Id: R77bcdb38dc78c01dd8dc517d28e3a45fd0237170
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler-baseband.c')
-rw-r--r--arch/arm/mach-tegra/board-whistler-baseband.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-whistler-baseband.c b/arch/arm/mach-tegra/board-whistler-baseband.c
index 6d54c3a7de1e..847a657aae02 100644
--- a/arch/arm/mach-tegra/board-whistler-baseband.c
+++ b/arch/arm/mach-tegra/board-whistler-baseband.c
@@ -205,8 +205,8 @@ static struct tegra_ulpi_trimmer e951_trimmer = { 10, 1, 1, 1 };
static struct tegra_ulpi_config ehci2_null_ulpi_phy_config = {
.trimmer = &e951_trimmer,
- .preinit = rainbow_570_reset,
- .postinit = rainbow_570_handshake,
+/* .preinit = rainbow_570_reset,
+ .postinit = rainbow_570_handshake, */
};
static struct tegra_ehci_platform_data ehci2_null_ulpi_platform_data = {