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
committerDan Willemsen <dwillemsen@nvidia.com>2012-03-23 21:14:16 -0700
commit5d15e0f4a211768bd8a8e451e3890176aa2c3816 (patch)
tree7bc4822c31b6ecf1c2dc85bce55ce7e641487cb6 /arch/arm/mach-tegra/board-whistler.h
parentdf2dacf5612cc0d402f4037b0f9c36d74352ccd0 (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> Rebase-Id: R75ae58c3284a6f02ac32ff923510764274e22eef
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