summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/gpio-names.h
diff options
context:
space:
mode:
authorChaitanya Bandi <bandik@nvidia.com>2011-09-19 16:45:28 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 00:57:55 -0700
commit7917f209cd81ed490aed5341d47dcb8496b52ac1 (patch)
tree3fed9431f272ce3a23dac5c0ecb85efec682192d /arch/arm/mach-tegra/gpio-names.h
parentbe2e53d94f92aff0af2938ecdb736c2f84fc58ee (diff)
ARM: tegra: gpio: Set a gpio to tristate or normal
Create mapping from gpio to pingroup and set gpio to normal or tristate Bug 866633 Reviewed-on: http://git-master/r/56557 (cherry picked from commit 321ded98d41170b9e32d60177c6808492ccdf115) Change-Id: I3d1b979717f1c6b208af3df0a7dfe603e5272d21 Reviewed-on: http://git-master/r/61120 Tested-by: Bandi Krishna Chaitanya <bandik@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Rebase-Id: R5991c2cbc11aa35345fde7f08c0bfeb306e85e1e
Diffstat (limited to 'arch/arm/mach-tegra/gpio-names.h')
-rw-r--r--arch/arm/mach-tegra/gpio-names.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/gpio-names.h b/arch/arm/mach-tegra/gpio-names.h
index 7ffd3a10877e..cb3c5ce29c0f 100644
--- a/arch/arm/mach-tegra/gpio-names.h
+++ b/arch/arm/mach-tegra/gpio-names.h
@@ -264,4 +264,6 @@
#define TEGRA_GPIO_PEE1 241
#define TEGRA_GPIO_PEE2 242
#define TEGRA_GPIO_PEE3 243
+#define TEGRA_GPIO_INVALID 244
+#define TEGRA_MAX_GPIO 245
#endif