From: Andreas Bießmann Date: Fri, 29 Nov 2013 11:13:44 +0000 (+0100) Subject: at91: redefine legacy GPIO PIN_BASE X-Git-Tag: v2014.01-rc2~42^2~8 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=934e3b5240ab655782b0844989db928265e6f5df at91: redefine legacy GPIO PIN_BASE In order to get the very same value for legacy pin definitions and new gpio definitions set the legacy PIN_BASE to 0. Signed-off-by: Andreas Bießmann --- diff --git a/arch/arm/include/asm/arch-at91/gpio.h b/arch/arm/include/asm/arch-at91/gpio.h index b340afef19..ff6142b8aa 100644 --- a/arch/arm/include/asm/arch-at91/gpio.h +++ b/arch/arm/include/asm/arch-at91/gpio.h @@ -16,7 +16,7 @@ #ifdef CONFIG_ATMEL_LEGACY -#define PIN_BASE 32 +#define PIN_BASE 0 #define MAX_GPIO_BANKS 5