summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-whistler-baseband.h
diff options
context:
space:
mode:
authorSteve Lin <stlin@nvidia.com>2011-11-29 14:01:28 -0800
committerVarun Wadekar <vwadekar@nvidia.com>2011-12-21 12:06:22 +0530
commit71653d7720a77add116228c7e5717c5a74553f18 (patch)
treeb390b86a29501aa9be691087279e3850fdecf393 /arch/arm/mach-tegra/board-whistler-baseband.h
parenta43895ffdda87f651ef75f74b6f0e98524775a8d (diff)
arm: tegra: usb: Support tegra2 null ULPI phy restore function
Adding tegra2 null ULPI phy restore function and clean up code in usb_phy. Bug 907350 Bug 912407 Change-Id: I93aa191cd7f9fdace7f80a66fedbf034728e2fe9 Signed-off-by: Steve Lin <stlin@nvidia.com> Reviewed-on: http://git-master/r/67189 Reviewed-by: Martin Chabot <mchabot@nvidia.com> Tested-by: Martin Chabot <mchabot@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Tested-by: Jonathan Roux <jroux@nvidia.com> Reviewed-by: Dan Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler-baseband.h')
-rw-r--r--arch/arm/mach-tegra/board-whistler-baseband.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-whistler-baseband.h b/arch/arm/mach-tegra/board-whistler-baseband.h
index b9e107f166f4..aceef6cd9676 100644
--- a/arch/arm/mach-tegra/board-whistler-baseband.h
+++ b/arch/arm/mach-tegra/board-whistler-baseband.h
@@ -63,6 +63,11 @@
#define MDM2AP_ACK2 TEGRA_GPIO_PV2
#define BB_RST_OUT TEGRA_GPIO_PV3
+/* ULPI GPIO */
+#define ULPI_STP TEGRA_GPIO_PY3
+#define ULPI_DIR TEGRA_GPIO_PY1
+#define ULPI_D0 TEGRA_GPIO_PO1
+#define ULPI_D1 TEGRA_GPIO_PO2
struct whistler_baseband {
struct tegra_clk_init_table *clk_init;