summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/board-whistler.h
diff options
context:
space:
mode:
authorAlexandre Courbot <acourbot@nvidia.com>2011-11-28 14:38:31 +0900
committerVarun Wadekar <vwadekar@nvidia.com>2011-12-08 16:54:08 +0530
commita95c1a5071f78f4f549b6cdf5fe6ba54f6f0f0c5 (patch)
tree73213a73359ee1c5bc7cf291ba0a80a44cfdd2c7 /arch/arm/mach-tegra/board-whistler.h
parentc63f85d09cd95443ca47276e0f933f68099085f1 (diff)
tegra: whistler: fix usb1 vbus gpio
fix usb1 physical platform data to use the right gpio from the TCA6416 gpio expander. Bug 884315 Change-Id: I8e814613a6caf547a14923f87afe91ccd877b827 Signed-off-by: Alexandre Courbot <acourbot@nvidia.com> Reviewed-on: http://git-master/r/66875 Reviewed-by: Lokesh Pathak <lpathak@nvidia.com> Tested-by: Lokesh Pathak <lpathak@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/board-whistler.h')
-rw-r--r--arch/arm/mach-tegra/board-whistler.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-whistler.h b/arch/arm/mach-tegra/board-whistler.h
index 8ceb5dd53f8d..a31be96e915b 100644
--- a/arch/arm/mach-tegra/board-whistler.h
+++ b/arch/arm/mach-tegra/board-whistler.h
@@ -33,4 +33,7 @@ int whistler_emc_init(void);
/* Audio-related GPIOs */
#define TEGRA_GPIO_HP_DET TEGRA_GPIO_PW3
+/* TCA6416 GPIO expander */
+#define TCA6416_GPIO_BASE (TEGRA_NR_GPIOS)
+
#endif