aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
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-11-19 08:53:39 +0800
commitf40ebb7d9f0411e2d4e180df757819f70eaf2a63 (patch)
treeec51d6b46a1ce49ad96aaa0bd1566af8c21b94d8 /arch/arm
parentdf26912698e68af61ffa7fecafd83a366410d9cb (diff)
hwmod: add missing ipu addresses
Signed-off-by: Sebastien Jan <s-jan@ti.com>
Diffstat (limited to 'arch/arm')
-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,
};