Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 64271c4d authored by Craig Hughes's avatar Craig Hughes Committed by Russell King
Browse files

[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: default avatarCraig Hughes <craig@gumstix.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 52f0c673
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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