diff options
Diffstat (limited to 'arch/arm/mach-tegra/gpio-names.h')
-rw-r--r-- | arch/arm/mach-tegra/gpio-names.h | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/gpio-names.h b/arch/arm/mach-tegra/gpio-names.h index f28220a641b..cb3c5ce29c0 100644 --- a/arch/arm/mach-tegra/gpio-names.h +++ b/arch/arm/mach-tegra/gpio-names.h | |||
@@ -2,6 +2,7 @@ | |||
2 | * arch/arm/mach-tegra/include/mach/gpio-names.h | 2 | * arch/arm/mach-tegra/include/mach/gpio-names.h |
3 | * | 3 | * |
4 | * Copyright (c) 2010 Google, Inc | 4 | * Copyright (c) 2010 Google, Inc |
5 | * Copyright (C) 2011 NVIDIA Corporation. | ||
5 | * | 6 | * |
6 | * Author: | 7 | * Author: |
7 | * Erik Gilling <konkers@google.com> | 8 | * Erik Gilling <konkers@google.com> |
@@ -243,5 +244,26 @@ | |||
243 | #define TEGRA_GPIO_PBB5 221 | 244 | #define TEGRA_GPIO_PBB5 221 |
244 | #define TEGRA_GPIO_PBB6 222 | 245 | #define TEGRA_GPIO_PBB6 222 |
245 | #define TEGRA_GPIO_PBB7 223 | 246 | #define TEGRA_GPIO_PBB7 223 |
246 | 247 | #define TEGRA_GPIO_PCC0 224 | |
248 | #define TEGRA_GPIO_PCC1 225 | ||
249 | #define TEGRA_GPIO_PCC2 226 | ||
250 | #define TEGRA_GPIO_PCC3 227 | ||
251 | #define TEGRA_GPIO_PCC4 228 | ||
252 | #define TEGRA_GPIO_PCC5 229 | ||
253 | #define TEGRA_GPIO_PCC6 230 | ||
254 | #define TEGRA_GPIO_PCC7 231 | ||
255 | #define TEGRA_GPIO_PDD0 232 | ||
256 | #define TEGRA_GPIO_PDD1 233 | ||
257 | #define TEGRA_GPIO_PDD2 234 | ||
258 | #define TEGRA_GPIO_PDD3 235 | ||
259 | #define TEGRA_GPIO_PDD4 236 | ||
260 | #define TEGRA_GPIO_PDD5 237 | ||
261 | #define TEGRA_GPIO_PDD6 238 | ||
262 | #define TEGRA_GPIO_PDD7 239 | ||
263 | #define TEGRA_GPIO_PEE0 240 | ||
264 | #define TEGRA_GPIO_PEE1 241 | ||
265 | #define TEGRA_GPIO_PEE2 242 | ||
266 | #define TEGRA_GPIO_PEE3 243 | ||
267 | #define TEGRA_GPIO_INVALID 244 | ||
268 | #define TEGRA_MAX_GPIO 245 | ||
247 | #endif | 269 | #endif |