xloader: Panda - add Omap4 gpio base
authorAndy Green <andy.green@linaro.org>
Wed, 9 Feb 2011 14:44:30 +0000 (14:44 +0000)
committerAnand Gadiyar <gadiyar@ti.com>
Mon, 14 Mar 2011 07:16:59 +0000 (12:46 +0530)
We don't seem to have the GPIO bases available.  This
patch adds the ones we will use.

Signed-off-by: Andy Green <andy.green@warmcat.com>
Signed-off-by: Anand Gadiyar <gadiyar@ti.com>
include/asm/arch-omap4/omap4430.h

index 46003d1..c2ff720 100644 (file)
 #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)