summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Jan <s-jan@ti.com>2011-10-25 10:51:50 +0800
committerAndy Green <andy.green@linaro.org>2011-10-25 10:51:50 +0800
commitb868d56de1d8cd4ca747764fc260210b6998577b (patch)
tree7128ea884314320f3f42806417e4dcc5201dbcba
parent95a0a66cb41df2fad27f94fd1fe05c413b187889 (diff)
hwmod: add missing ipu addresses
Signed-off-by: Sebastien Jan <s-jan@ti.com>
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_44xx_data.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
index 3cedb2a629f..6e1dc4ed1d2 100644
--- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
@@ -3151,11 +3151,21 @@ static struct omap_hwmod_ocp_if *omap44xx_ipu_masters[] = {
&omap44xx_ipu__l3_main_2,
};
+static struct omap_hwmod_addr_space omap44xx_ipummu_addrs[] = {
+ {
+ .pa_start = 0x55082000,
+ .pa_end = 0x550820ff,
+ .flags = ADDR_TYPE_RT
+ },
+};
+
/* l3_main_2 -> ipu */
static struct omap_hwmod_ocp_if omap44xx_l3_main_2__ipu = {
.master = &omap44xx_l3_main_2_hwmod,
.slave = &omap44xx_ipu_hwmod,
.clk = "l3_div_ck",
+ .addr = omap44xx_ipummu_addrs,
+ .addr_cnt = ARRAY_SIZE(omap44xx_ipummu_addrs),
.user = OCP_USER_MPU | OCP_USER_SDMA,
};