From: Andy Green Date: Wed, 9 Feb 2011 14:44:30 +0000 (+0000) Subject: xloader: Panda - add Omap4 gpio base X-Git-Tag: v1.5.0~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80460836403c73d4d97fb9bef9a67df9d1abb79b;p=pandora-x-loader.git xloader: Panda - add Omap4 gpio base We don't seem to have the GPIO bases available. This patch adds the ones we will use. Signed-off-by: Andy Green Signed-off-by: Anand Gadiyar --- diff --git a/include/asm/arch-omap4/omap4430.h b/include/asm/arch-omap4/omap4430.h index 46003d1..c2ff720 100644 --- a/include/asm/arch-omap4/omap4430.h +++ b/include/asm/arch-omap4/omap4430.h @@ -96,6 +96,10 @@ #define WD2_BASE (0x4A314000) #define WD3_BASE (0x40130000) +/* GPIO banks */ +#define OMAP44XX_GPIO_BASE1 0x4a310000 +#define OMAP44XX_GPIO_BASE2 0x48055000 + /* 32KTIMER */ #define SYNC_32KTIMER_BASE (0x48320000) #define S32K_CR (SYNC_32KTIMER_BASE+0x10)