summaryrefslogtreecommitdiffstats
path: root/include/asm-cris/etraxgpio.h
diff options
context:
space:
mode:
authorMikael Starvik2005-07-27 20:44:27 +0200
committerLinus Torvalds2005-07-28 01:25:59 +0200
commitcb09f540a1c5e6c5beb6e82f554d51a1f2c87e67 (patch)
tree869d0be20eb950ea64b7fdcfcbb07082f173cfae /include/asm-cris/etraxgpio.h
parent[PATCH] m32r: add missing Kconfig help text (diff)
downloadkernel-qcow2-linux-cb09f540a1c5e6c5beb6e82f554d51a1f2c87e67.tar.gz
kernel-qcow2-linux-cb09f540a1c5e6c5beb6e82f554d51a1f2c87e67.tar.xz
kernel-qcow2-linux-cb09f540a1c5e6c5beb6e82f554d51a1f2c87e67.zip
[PATCH] CRIS update: arch split
Changes necessary to make the sub-arch split complete. Signed-off-by: Mikael Starvik <starvik@axis.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-cris/etraxgpio.h')
-rw-r--r--include/asm-cris/etraxgpio.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/asm-cris/etraxgpio.h b/include/asm-cris/etraxgpio.h
index cf04af9635cc..80ee10f70d43 100644
--- a/include/asm-cris/etraxgpio.h
+++ b/include/asm-cris/etraxgpio.h
@@ -13,7 +13,7 @@
are enabled.
*
*
- * For ETRAX 200 (ARCH_V32):
+ * For ETRAX FS (ARCH_V32):
* /dev/gpioa minor 0, 8 bit GPIO, each bit can change direction
* /dev/gpiob minor 1, 18 bit GPIO, each bit can change direction
* /dev/gpioc minor 2, 18 bit GPIO, each bit can change direction
@@ -39,10 +39,10 @@
#define ETRAXGPIO_IOCTYPE 43
#define GPIO_MINOR_A 0
#define GPIO_MINOR_B 1
-#define GPIO_MINOR_C 2
-#define GPIO_MINOR_D 3
-#define GPIO_MINOR_E 4
-#define GPIO_MINOR_LEDS 5
+#define GPIO_MINOR_LEDS 2
+#define GPIO_MINOR_C 3
+#define GPIO_MINOR_D 4
+#define GPIO_MINOR_E 5
#define GPIO_MINOR_LAST 5
#endif