summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2012-02-23 16:30:22 +0800
committerAndy Green <andy.green@linaro.org>2012-06-20 10:26:59 +0800
commit7e79be44605165bdb4c8f0a38a4812d0b991cd85 (patch)
tree992b4f87e8fb207600ee32a2babde4f0e4b900c3
parentbd923abc4f13db978784bffaad6415d043643c0b (diff)
omap5: sar: add LLI modules
Signed-off-by: Tero Kristo <t-kristo@ti.com>
-rw-r--r--arch/arm/mach-omap2/omap-sar.c2
-rw-r--r--arch/arm/plat-omap/include/plat/omap54xx.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap-sar.c b/arch/arm/mach-omap2/omap-sar.c
index 5bf59f9f4cd..98900deafd3 100644
--- a/arch/arm/mach-omap2/omap-sar.c
+++ b/arch/arm/mach-omap2/omap-sar.c
@@ -594,6 +594,8 @@ static struct sar_module omap54xx_sar_modules[] = {
#endif
{ .base = L4_54XX_PHYS, .size = SZ_4M },
{ .base = L4_PER_54XX_PHYS, .size = SZ_4M },
+ { .base = OMAP54XX_LLIA_BASE, .size = SZ_64K },
+ { .base = OMAP54XX_LLIB_BASE, .size = SZ_64K },
{ .base = 0 },
};
diff --git a/arch/arm/plat-omap/include/plat/omap54xx.h b/arch/arm/plat-omap/include/plat/omap54xx.h
index e141fe3d1a4..962ca673e14 100644
--- a/arch/arm/plat-omap/include/plat/omap54xx.h
+++ b/arch/arm/plat-omap/include/plat/omap54xx.h
@@ -17,6 +17,8 @@
* Please place only base defines here and put the rest in device
* specific headers.
*/
+#define OMAP54XX_LLIA_BASE 0x3c000000
+#define OMAP54XX_LLIB_BASE 0x3c800000
#define L4_54XX_BASE 0x4a000000
#define L4_WK_54XX_BASE 0x4ae00000
#define L4_PER_54XX_BASE 0x48000000