summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra
diff options
context:
space:
mode:
authorAshwini Ghuge <aghuge@nvidia.com>2013-05-17 17:04:00 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:25:24 -0700
commit1ed613d938f99233e234cc52036e3dc5e2613f80 (patch)
treeee55a3200e37a72920bdb3c949aff08ef129c521 /arch/arm/mach-tegra
parent50c2743bf71fa8aa656bf62baa8e8e2dc64b19cf (diff)
ARM: tegra: T124: extend suport upto GPIO port FF
Extend gpio pins upto port FF for T124 Change-Id: I98cf814494375b064a322b01ae4a47957cb639c6 Signed-off-by: Ashwini Ghuge <aghuge@nvidia.com> Reviewed-on: http://git-master/r/228395 Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> Tested-by: Bitan Biswas <bbiswas@nvidia.com> Reviewed-by: Venu Byravarasu <vbyravarasu@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r--arch/arm/mach-tegra/gpio-names.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/gpio-names.h b/arch/arm/mach-tegra/gpio-names.h
index 9467847982c9..d3e5132e6f10 100644
--- a/arch/arm/mach-tegra/gpio-names.h
+++ b/arch/arm/mach-tegra/gpio-names.h
@@ -269,5 +269,17 @@
#define TEGRA_GPIO_PEE3 243
#define TEGRA_GPIO_PEE4 244
#define TEGRA_GPIO_PEE5 245
+#ifdef CONFIG_ARCH_TEGRA_12x_SOC
+#define TEGRA_GPIO_PEE6 246
+#define TEGRA_GPIO_PEE7 247
+#define TEGRA_GPIO_PFF0 248
+#define TEGRA_GPIO_PFF1 249
+#define TEGRA_GPIO_PFF2 250
+#define TEGRA_GPIO_PFF3 251
+#define TEGRA_GPIO_PFF4 252
+#define TEGRA_GPIO_PFF5 253
+#define TEGRA_GPIO_PFF6 254
+#define TEGRA_GPIO_PFF7 256
+#endif
#define TEGRA_MAX_GPIO TEGRA_NR_GPIOS
#endif