From 80460836403c73d4d97fb9bef9a67df9d1abb79b Mon Sep 17 00:00:00 2001 From: Andy Green Date: Wed, 9 Feb 2011 14:44:30 +0000 Subject: [PATCH] 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 --- include/asm/arch-omap4/omap4430.h | 4 ++++ 1 file changed, 4 insertions(+) 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) -- 2.39.5