summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSteve Lin <stlin@nvidia.com>2012-06-20 12:59:43 -0700
committerRohan Somvanshi <rsomvanshi@nvidia.com>2012-06-22 07:40:12 -0700
commit89da52e28b4fbbe9af0310f3fd82adafc7fa1d23 (patch)
treead76d7ce0df1462006ec48acc3acbe4faf00d80c /include
parent1638783677893d0ba4050e67831e3f0c7d1aaaa1 (diff)
arm: tegra: usb: restore the AP/modem handshaking
Restore the AP/modem handshaking functions and clean up the null phy driver. Bug 996035 Signed-off-by: Steve Lin <stlin@nvidia.com> Reviewed-on: http://git-master/r/109044 (cherry picked from commit ff27e8a48a53fe70949d95915f62dd2e03c73df7) Change-Id: I12a2401a7fcc540a657ab15378d440ef85561001 Reviewed-on: http://git-master/r/110145 Reviewed-by: Automatic_Commit_Validation_User Tested-by: Steve Lin <stlin@nvidia.com> Reviewed-by: Steve Lin <stlin@nvidia.com>
Diffstat (limited to 'include')
-rw-r--r--include/linux/platform_data/tegra_usb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/platform_data/tegra_usb.h b/include/linux/platform_data/tegra_usb.h
index 97472714e8e6..81b27e89631c 100644
--- a/include/linux/platform_data/tegra_usb.h
+++ b/include/linux/platform_data/tegra_usb.h
@@ -1,6 +1,6 @@
/*
* Copyright (C) 2010 Google, Inc.
- * Copyright (C) 2010-2011 NVIDIA Corporation
+ * Copyright (c) 2010-2012, NVIDIA CORPORATION. All rights reserved.
*
* This software is licensed under the terms of the GNU General Public
* License version 2, as published by the Free Software Foundation, and
@@ -61,6 +61,7 @@ struct tegra_ulpi_config {
u8 stpdirnxt_trimmer;
u8 dir_trimmer;
const char *clk;
+ int phy_restore_gpio;
};
/**