summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-cardhu-pinmux.c
diff options
context:
space:
mode:
authorPrayas Mohanty <pmohanty@nvidia.com>2011-05-02 13:26:42 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:45:49 -0800
commitb3f81233b84b37342643c51eb75b0793743b10e0 (patch)
treeecbfddb9248cf5faa0eda474b01007a2684ac40e /arch/arm/mach-tegra/board-cardhu-pinmux.c
parent0e478a1fe5d8af774b14036a26454d4ab835ddb7 (diff)
arm: tegra3: update pinmux table for CAM_MCLK
Fix mux entry for CAM_MCLK to use VI_ALT2. bug 821540 Original-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> Rebase-Id: R1d5cde9c1ff40f56c7f426aa457b9ae619933745
Diffstat (limited to 'arch/arm/mach-tegra/board-cardhu-pinmux.c')
-rw-r--r--arch/arm/mach-tegra/board-cardhu-pinmux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-cardhu-pinmux.c b/arch/arm/mach-tegra/board-cardhu-pinmux.c
index 90738b6f13e3..64e69f1aa25b 100644
--- a/arch/arm/mach-tegra/board-cardhu-pinmux.c
+++ b/arch/arm/mach-tegra/board-cardhu-pinmux.c
@@ -305,7 +305,7 @@ static __initdata struct tegra_pingroup_config cardhu_pinmux_common[] = {
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),