summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeshendra Gadagottu <sgadagottu@nvidia.com>2011-02-07 16:40:40 -0800
committerVarun Colbert <vcolbert@nvidia.com>2011-02-10 15:43:36 -0800
commit2379292fb458bed79302dc79faf8175faa249b79 (patch)
tree3099b2c8addc262496852c43c55aa3e29b11a507
parentd5c7cadc6221533357038fe2073c917735e60694 (diff)
tegra: Board specific file changes related to USB Phy interfacetegra-10.11.ER1
Board files are updated with USB phy inteface info related to USB2 instance BUG: 756184 Change-Id: Ied946e47047b5ab69d4f0e1670ccb7269d50665f Reviewed-on: http://git-master/r/18627 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/board-ventana.c3
-rw-r--r--arch/arm/mach-tegra/board-whistler.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/board-ventana.c b/arch/arm/mach-tegra/board-ventana.c
index ecb83b9ba064..b5442e5bc639 100644
--- a/arch/arm/mach-tegra/board-ventana.c
+++ b/arch/arm/mach-tegra/board-ventana.c
@@ -1,7 +1,7 @@
/*
* arch/arm/mach-tegra/board-ventana.c
*
- * Copyright (c) 2010, NVIDIA Corporation.
+ * Copyright (c) 2010 - 2011, NVIDIA Corporation.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -135,6 +135,7 @@ static struct tegra_utmip_config utmi_phy_config[] = {
static struct tegra_ulpi_config ulpi_phy_config = {
.reset_gpio = TEGRA_GPIO_PG2,
.clk = "clk_dev2",
+ .inf_type = TEGRA_USB_LINK_ULPI,
};
#ifdef CONFIG_BCM4329_RFKILL
diff --git a/arch/arm/mach-tegra/board-whistler.c b/arch/arm/mach-tegra/board-whistler.c
index f6c4c76931b8..613c05814961 100644
--- a/arch/arm/mach-tegra/board-whistler.c
+++ b/arch/arm/mach-tegra/board-whistler.c
@@ -1,7 +1,7 @@
/*
* arch/arm/mach-tegra/board-whistler.c
*
- * Copyright (c) 2010, NVIDIA Corporation.
+ * Copyright (c) 2010 - 2011, NVIDIA Corporation.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -131,6 +131,7 @@ static struct tegra_utmip_config utmi_phy_config[] = {
static struct tegra_ulpi_config ulpi_phy_config = {
.reset_gpio = TEGRA_GPIO_PG2,
.clk = "clk_dev2",
+ .inf_type = TEGRA_USB_LINK_ULPI,
};
static __initdata struct tegra_clk_init_table whistler_clk_init_table[] = {