aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2014-07-11 17:44:42 -0400
committerTony Lindgren <tony@atomide.com>2014-07-15 08:08:56 -0400
commit6be5da73fca9599394effac7338c4bb5cf399c7e (patch)
tree0f86a808682b55d639bc8222d6ddd70f7d044c2e
parent635b3801e0bb59ce7440588a63b4d54f320d0cbc (diff)
ARM: OMAP4: hwmod_data: Remove legacy mailbox addrs
The legacy-style definition of the hwmod addr space is no longer required after the addition of the OMAP4 mailbox DT node, so clean up this data. Cc: Paul Walmsley <paul@pwsan.com> Cc: BenoƮt Cousson <bcousson@baylibre.com> Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_44xx_data.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
index 41e54f759934..5e61b8c0944b 100644
--- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c
@@ -4142,21 +4142,11 @@ static struct omap_hwmod_ocp_if omap44xx_l4_wkup__kbd = {
4142 .user = OCP_USER_MPU | OCP_USER_SDMA, 4142 .user = OCP_USER_MPU | OCP_USER_SDMA,
4143}; 4143};
4144 4144
4145static struct omap_hwmod_addr_space omap44xx_mailbox_addrs[] = {
4146 {
4147 .pa_start = 0x4a0f4000,
4148 .pa_end = 0x4a0f41ff,
4149 .flags = ADDR_TYPE_RT
4150 },
4151 { }
4152};
4153
4154/* l4_cfg -> mailbox */ 4145/* l4_cfg -> mailbox */
4155static struct omap_hwmod_ocp_if omap44xx_l4_cfg__mailbox = { 4146static struct omap_hwmod_ocp_if omap44xx_l4_cfg__mailbox = {
4156 .master = &omap44xx_l4_cfg_hwmod, 4147 .master = &omap44xx_l4_cfg_hwmod,
4157 .slave = &omap44xx_mailbox_hwmod, 4148 .slave = &omap44xx_mailbox_hwmod,
4158 .clk = "l4_div_ck", 4149 .clk = "l4_div_ck",
4159 .addr = omap44xx_mailbox_addrs,
4160 .user = OCP_USER_MPU | OCP_USER_SDMA, 4150 .user = OCP_USER_MPU | OCP_USER_SDMA,
4161}; 4151};
4162 4152