git.openpandora.org
/
pandora-x-loader.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
accafc3
)
xloader: Panda - add Omap4 gpio base
author
Andy Green
<andy.green@linaro.org>
Wed, 9 Feb 2011 14:44:30 +0000
(14:44 +0000)
committer
Anand 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
patch
|
blob
|
history
diff --git
a/include/asm/arch-omap4/omap4430.h
b/include/asm/arch-omap4/omap4430.h
index
46003d1
..
c2ff720
100644
(file)
--- 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)