[PATCH] pxa/magician: fix MAGICIAN_EGPIO_BASE, align with NR_BUILTIN_GPIO

Eric Miao eric.y.miao at gmail.com
Tue Jul 5 03:46:12 EDT 2011


On Thu, Apr 21, 2011 at 9:57 PM, Philipp Zabel <pzabel at gmx.de> wrote:
> Commit a0a4dcbca73a418477f439e812193e2591b46751
> "ARM: pxa: align NR_BUILTIN_GPIO with GPIO interrupt number"
> increased NR_BUILTIN_GPIO from 128 to PXA_GPIO_IRQ_NUM (192).
> Adjust the previously hardcoded MAGICIAN_EGPIO_BASE accordingly.
>
> Signed-off-by: Philipp Zabel <philipp.zabel at gmail.com>

Applied.

> ---
>  arch/arm/mach-pxa/include/mach/magician.h |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/mach-pxa/include/mach/magician.h b/arch/arm/mach-pxa/include/mach/magician.h
> index 0a2efcf..e9e6162 100644
> --- a/arch/arm/mach-pxa/include/mach/magician.h
> +++ b/arch/arm/mach-pxa/include/mach/magician.h
> @@ -12,6 +12,7 @@
>  #ifndef _MAGICIAN_H_
>  #define _MAGICIAN_H_
>
> +#include <mach/gpio.h>
>  #include <mach/irqs.h>
>
>  /*
> @@ -77,7 +78,7 @@
>  * CPLD EGPIOs
>  */
>
> -#define MAGICIAN_EGPIO_BASE                    0x80 /* GPIO_BOARD_START */
> +#define MAGICIAN_EGPIO_BASE                    NR_BUILTIN_GPIO
>  #define MAGICIAN_EGPIO(reg,bit) \
>        (MAGICIAN_EGPIO_BASE + 8*reg + bit)
>
> --
> 1.7.4.4
>
>
>



More information about the linux-arm-kernel mailing list