aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-davinci/include/mach/mux.h
diff options
context:
space:
mode:
authorThomas Koeller <thomas.koeller@baslerweb.com>2010-05-11 11:06:47 -0400
committerKevin Hilman <khilman@deeprootsystems.com>2010-05-13 14:10:30 -0400
commit2168e76d6ba061fcc95095a3f54ceef8588cbb90 (patch)
tree9cb37e7d999f06caffa9b5edee6def86e78dbbd5 /arch/arm/mach-davinci/include/mach/mux.h
parentbcd6a1c695c8b404bfde22b276186ac52a20291b (diff)
DM365: Added PINMUX definitions for GPIO30..32
Board code may want to use them. Signed-off-by: Thomas Koeller <thomas.koeller@baslerweb.com> Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Diffstat (limited to 'arch/arm/mach-davinci/include/mach/mux.h')
-rw-r--r--arch/arm/mach-davinci/include/mach/mux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-davinci/include/mach/mux.h b/arch/arm/mach-davinci/include/mach/mux.h
index 743dbd2e0ea3..4a1fdd3475aa 100644
--- a/arch/arm/mach-davinci/include/mach/mux.h
+++ b/arch/arm/mach-davinci/include/mach/mux.h
@@ -289,6 +289,9 @@ enum davinci_dm365_index {
289 289
290 /* GPIO */ 290 /* GPIO */
291 DM365_GPIO20, 291 DM365_GPIO20,
292 DM365_GPIO30,
293 DM365_GPIO31,
294 DM365_GPIO32,
292 DM365_GPIO33, 295 DM365_GPIO33,
293 DM365_GPIO40, 296 DM365_GPIO40,
294 DM365_GPIO64_57, 297 DM365_GPIO64_57,