summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVenkat Moganty <vmoganty@nvidia.com>2010-07-07 19:23:30 +0530
committerGary King <gking@nvidia.com>2010-07-07 11:01:19 -0700
commit34c8e5000624ba14f182bef994aa5e7d7f6645ff (patch)
treebb05874fa4fd25974955c7e46c2b59afc69582ac
parent7847f4798e34461d09205e179a72bc55fd0ccc82 (diff)
[tegra-odm/ventana] Fix for USB2-ULPI host not working.
On Ventana board, USB2-ULPI is not working due to the wrong pinmux selection of the external clock configuration. After correcting the pinmux configuration for external clock USB2 host is working. Bug 706186 Change-Id: I6b74a73174388ea4f038ab0bad621e50edff79db Reviewed-on: http://git-master/r/3622 Tested-by: Hanumanth Venkateswa Moganty <vmoganty@nvidia.com> Reviewed-by: Gary King <gking@nvidia.com>
-rw-r--r--arch/arm/mach-tegra/odm_kit/query/ventana/nvodm_query_pinmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/odm_kit/query/ventana/nvodm_query_pinmux.c b/arch/arm/mach-tegra/odm_kit/query/ventana/nvodm_query_pinmux.c
index dc9f04fa8223..92c062480c32 100644
--- a/arch/arm/mach-tegra/odm_kit/query/ventana/nvodm_query_pinmux.c
+++ b/arch/arm/mach-tegra/odm_kit/query/ventana/nvodm_query_pinmux.c
@@ -124,7 +124,7 @@ static const NvU32 s_NvOdmPinMuxConfig_Mio[] = {
static const NvU32 s_NvOdmPinMuxConfig_ExternalClock[] = {
NvOdmExternalClockPinMap_Config2,
- NvOdmExternalClockPinMap_Config2,
+ NvOdmExternalClockPinMap_Config3,
NvOdmExternalClockPinMap_Config1
};