summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/tegra_usb_phy.h
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 /arch/arm/mach-tegra/tegra_usb_phy.h
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 'arch/arm/mach-tegra/tegra_usb_phy.h')
-rw-r--r--arch/arm/mach-tegra/tegra_usb_phy.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/tegra_usb_phy.h b/arch/arm/mach-tegra/tegra_usb_phy.h
index 0375b5aac812..c399c31b18ae 100644
--- a/arch/arm/mach-tegra/tegra_usb_phy.h
+++ b/arch/arm/mach-tegra/tegra_usb_phy.h
@@ -1,7 +1,7 @@
/*
* arch/arm/mach-tegra/include/mach/tegra_usb_phy.h
*
- * Copyright (C) 2011 NVIDIA Corporation.
+ * Copyright (c) 2011-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
@@ -93,6 +93,7 @@ struct tegra_usb_phy {
bool phy_power_on;
bool remote_wakeup;
bool hw_accessible;
+ bool ulpi_clk_padout_ena;
};
int usb_phy_reg_status_wait(void __iomem *reg, u32 mask,