[PATCH 4/4] ARM: pxa: update gpio number to 192
Eric Miao
eric.y.miao at gmail.com
Thu Sep 8 23:28:40 EDT 2011
On Thu, Sep 8, 2011 at 9:18 PM, Chao Xie <chao.xie at marvell.com> wrote:
> 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>
OK.
> ---
> 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