summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/include
diff options
context:
space:
mode:
authorMichael Hsu <mhsu@nvidia.com>2011-04-26 15:43:37 -0700
committerVarun Colbert <vcolbert@nvidia.com>2011-05-03 01:32:27 -0700
commit9793e01b35cdf6b683b36f45177786c42b820fc4 (patch)
tree936d4575d113bf737e1b00fada1131d9a048acb8 /arch/arm/mach-tegra/include
parent77347c04a1f0ae286c09e5bbf726f5d5746e51e5 (diff)
arm: tegra: hsic: Enable T30 HSIC
Modified cardhu board config for ehci2 to use HSIC. Need to turn on 6416 IO expander gpio for VDDIO_HSIC. Otherwise, VDDIO_HSIC would be 0 Volts. Fix HSIC register differences between T20 / T30. Change-Id: I03079d4691981c8bc5fa220720aa55de507e6f04 Reviewed-on: http://git-master/r/29428 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/include')
-rw-r--r--arch/arm/mach-tegra/include/mach/usb_phy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/include/mach/usb_phy.h b/arch/arm/mach-tegra/include/mach/usb_phy.h
index 25b2ccabd64b..26139e81d2ea 100644
--- a/arch/arm/mach-tegra/include/mach/usb_phy.h
+++ b/arch/arm/mach-tegra/include/mach/usb_phy.h
@@ -41,6 +41,7 @@ struct tegra_ulpi_trimmer {
};
struct tegra_ulpi_config {
+ int enable_gpio;
int reset_gpio;
const char *clk;
const struct tegra_ulpi_trimmer *trimmer;