summaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-pxa
diff options
context:
space:
mode:
authorCraig Hughes <craig@com.rmk.(none)>2006-10-24 00:47:35 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-10-24 22:02:48 +0100
commit64271c4d909a15bc588f053a739db2e6df336d7d (patch)
tree11c4e309c90f2a224330878d121b97b2b772d108 /include/asm-arm/arch-pxa
parent52f0c67340ca306d5802b52140a186fcfa4b340e (diff)
downloadop-kernel-dev-64271c4d909a15bc588f053a739db2e6df336d7d.zip
op-kernel-dev-64271c4d909a15bc588f053a739db2e6df336d7d.tar.gz
[ARM] 3902/1: Enable GPIO81-84 on PXA255
The PXA255 has 84 GPIO lines available. This patch allows access to 81-84 Signed-off-by: Craig Hughes <craig@gumstix.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-pxa')
-rw-r--r--include/asm-arm/arch-pxa/irqs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-pxa/irqs.h b/include/asm-arm/arch-pxa/irqs.h
index f3bc70e..67ed436 100644
--- a/include/asm-arm/arch-pxa/irqs.h
+++ b/include/asm-arm/arch-pxa/irqs.h
@@ -73,7 +73,7 @@
#define IRQ_TO_GPIO(i) (((i) < IRQ_GPIO(2)) ? ((i) - IRQ_GPIO0) : IRQ_TO_GPIO_2_x(i))
#if defined(CONFIG_PXA25x)
-#define PXA_LAST_GPIO 80
+#define PXA_LAST_GPIO 84
#elif defined(CONFIG_PXA27x)
#define PXA_LAST_GPIO 127
#endif
OpenPOWER on IntegriCloud