[PATCH 4/4] ARM: pxa: update gpio number to 192
Chao Xie
chao.xie at marvell.com
Fri Sep 9 00:18:14 EDT 2011
From: Haojian Zhuang <haojian.zhuang at marvell.com>
192 GPIO pins are supported in pxa95x.
Signed-off-by: Haojian Zhuang <haojian.zhuang at marvell.com>
Signed-off-by: Chao Xie <chao.xie at marvell.com>
---
arch/arm/mach-pxa/pxa95x.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-pxa/pxa95x.c b/arch/arm/mach-pxa/pxa95x.c
index 0ee166b..83ecc41 100644
--- a/arch/arm/mach-pxa/pxa95x.c
+++ b/arch/arm/mach-pxa/pxa95x.c
@@ -236,7 +236,7 @@ static struct clk_lookup pxa95x_clkregs[] = {
void __init pxa95x_init_irq(void)
{
pxa_init_irq(96, NULL);
- pxa_init_gpio(IRQ_GPIO_2_x, 2, 127, NULL);
+ pxa_init_gpio(IRQ_GPIO_2_x, 2, 191, NULL);
}
/*
--
1.7.0.4
More information about the linux-arm-kernel
mailing list