From 2379292fb458bed79302dc79faf8175faa249b79 Mon Sep 17 00:00:00 2001 From: Seshendra Gadagottu Date: Mon, 7 Feb 2011 16:40:40 -0800 Subject: tegra: Board specific file changes related to USB Phy interface 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 Tested-by: Varun Colbert --- arch/arm/mach-tegra/board-ventana.c | 3 ++- arch/arm/mach-tegra/board-whistler.c | 3 ++- 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[] = { -- cgit v1.2.3