diff options
author | Peter Zu <pzu@nvidia.com> | 2011-03-09 21:46:51 -0800 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2011-03-10 21:40:49 -0800 |
commit | e790656d1a0d3f8b3bcefa17907c7f669148877f (patch) | |
tree | 36209d7eeb16062161265b3a3d89388731174f74 /arch/arm/mach-tegra/board-whistler.c | |
parent | 80c12ebb33e7cb69d39dfe581d53baed1238a7e6 (diff) |
whistler: enable GPIO mode for GPIO_PC6
This is to fix touch interrupt storm issue to get LP2 back.
Change-Id: I440ba3af5d4c935642cc4aa63b1ca55bc24997c2
Reviewed-on: http://git-master/r/22332
Reviewed-by: Peter Zu <pzu@nvidia.com>
Tested-by: Peter Zu <pzu@nvidia.com>
Reviewed-by: Daniel Willemsen <dwillemsen@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler.c')
-rw-r--r-- | arch/arm/mach-tegra/board-whistler.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-whistler.c b/arch/arm/mach-tegra/board-whistler.c index 4195ae3cd2f7..ff5f3180c83c 100644 --- a/arch/arm/mach-tegra/board-whistler.c +++ b/arch/arm/mach-tegra/board-whistler.c @@ -408,6 +408,7 @@ static const struct i2c_board_info whistler_i2c_touch_info[] = { static int __init whistler_touch_init(void) { + tegra_gpio_enable(TEGRA_GPIO_PC6); i2c_register_board_info(0, whistler_i2c_touch_info, 1); return 0; |