diff options
author | Prayas Mohanty <pmohanty@nvidia.com> | 2011-05-02 13:26:42 +0530 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2011-11-30 21:46:00 -0800 |
commit | 7882b7a67c3f395111b91743c9b51941d694543a (patch) | |
tree | 0cac0ee13d3c951ae7e9a6e2f6d45beb586c3e6d /arch/arm/mach-tegra | |
parent | cdd1939e1fa80d48e99156e8e727e258caaa35d3 (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>
Rebase-Id: R01e37ba5c127da48e8c6708e9f6de896ed7945e6
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r-- | arch/arm/mach-tegra/board-enterprise-pinmux.c | 2 |
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), |