summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-10-25 10:51:58 +0800
committerAndy Green <andy.green@linaro.org>2011-10-25 10:51:58 +0800
commit4654fe1ea160f117c6be61311166068d8eb5232a (patch)
treee46c3ae630a66f52c1d8ebbfae3ac5a2db9b4964
parented87187ae5daf451253c4850d894518c99337a0e (diff)
hwmod uplevel sl2if
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_44xx_data.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
index 6e1dc4ed1d2..cfe400f0381 100644
--- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
@@ -2171,7 +2171,7 @@ static struct omap_hwmod omap44xx_sl2if_hwmod = {
.clkdm_name = "ivahd_clkdm",
.prcm = {
.omap4 = {
- .clkctrl_reg = OMAP4430_CM_IVAHD_SL2_CLKCTRL,
+ .clkctrl_offs = OMAP4_CM_IVAHD_SL2_CLKCTRL_OFFSET,
},
},
.slaves = omap44xx_sl2if_slaves,
@@ -2873,7 +2873,6 @@ static struct omap_hwmod_ocp_if omap44xx_l4_cfg__fdif = {
.slave = &omap44xx_fdif_hwmod,
.clk = "l4_div_ck",
.addr = omap44xx_fdif_addrs,
- .addr_cnt = ARRAY_SIZE(omap44xx_fdif_addrs),
.user = OCP_USER_MPU | OCP_USER_SDMA,
};
@@ -2887,12 +2886,11 @@ static struct omap_hwmod omap44xx_fdif_hwmod = {
.class = &omap44xx_fdif_hwmod_class,
.flags = HWMOD_INIT_NO_RESET,
.mpu_irqs = omap44xx_fdif_irqs,
- .mpu_irqs_cnt = ARRAY_SIZE(omap44xx_fdif_irqs),
.main_clk = "fdif_fck",
- .vdd_name = "core",
+/* .vdd_name = "core", */
.prcm = {
.omap4 = {
- .clkctrl_reg = OMAP4430_CM_CAM_FDIF_CLKCTRL,
+ .clkctrl_offs = OMAP4_CM_CAM_FDIF_CLKCTRL_OFFSET,
},
},
.slaves = omap44xx_fdif_slaves,
@@ -3165,7 +3163,6 @@ static struct omap_hwmod_ocp_if omap44xx_l3_main_2__ipu = {
.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,
};