summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-enterprise-pinmux.c
diff options
context:
space:
mode:
authorPrayas Mohanty <pmohanty@nvidia.com>2011-05-02 13:26:42 +0530
committerVarun Colbert <vcolbert@nvidia.com>2011-05-03 01:28:45 -0700
commit33910d2480854b63b306c11a8ffa2d22aaec3a5a (patch)
treeba1996c22d684fb6fa7c5249eb8f639a8a042ee3 /arch/arm/mach-tegra/board-enterprise-pinmux.c
parent6c366b74196fcb8ec8fa177190c8cc4b92e327ed (diff)
arm: tegra3: update pinmux table for CAM_MCLK
Fix mux entry for CAM_MCLK to use VI_ALT2. bug 821540 Change-Id: I7d68af22eb65b5e2ee20bf521cc73587e41b1c37 Reviewed-on: http://git-master/r/29981 Reviewed-by: Prayas Mohanty <pmohanty@nvidia.com> Tested-by: Prayas Mohanty <pmohanty@nvidia.com> Reviewed-by: Shantanu Nath <snath@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-by: Danielle Sun <dsun@nvidia.com> Tested-by: Danielle Sun <dsun@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-enterprise-pinmux.c')
-rw-r--r--arch/arm/mach-tegra/board-enterprise-pinmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-enterprise-pinmux.c b/arch/arm/mach-tegra/board-enterprise-pinmux.c
index b7a5635630b5..6680d1f6ed16 100644
--- a/arch/arm/mach-tegra/board-enterprise-pinmux.c
+++ b/arch/arm/mach-tegra/board-enterprise-pinmux.c
@@ -272,7 +272,7 @@ static __initdata struct tegra_pingroup_config enterprise_pinmux[] = {
DEFAULT_PINMUX(GMI_A17, SPI4, PULL_UP, NORMAL, INPUT),
DEFAULT_PINMUX(GMI_A18, SPI4, PULL_UP, NORMAL, INPUT),
DEFAULT_PINMUX(GMI_A19, SPI4, PULL_UP, NORMAL, INPUT),
- DEFAULT_PINMUX(CAM_MCLK, VI, PULL_UP, NORMAL, INPUT),
+ DEFAULT_PINMUX(CAM_MCLK, VI_ALT2, PULL_UP, NORMAL, INPUT),
DEFAULT_PINMUX(GPIO_PCC1, RSVD1, NORMAL, NORMAL, INPUT),
DEFAULT_PINMUX(GPIO_PBB0, RSVD1, NORMAL, NORMAL, INPUT),
DEFAULT_PINMUX(GPIO_PBB3, VGP3, NORMAL, NORMAL, INPUT),