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>2011-11-30 21:49:43 -0800
commit276911c2ce3d7612c787786608a26ce9842aa2d8 (patch)
treec98540390e2d2010a89649fc9ac8a6c43eefaf0e /arch/arm/mach-tegra/gpio-names.h
parent4add2bff97dc1be9137dd43e95fd295997aa7213 (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