diff options
author | Suman Anna <s-anna@ti.com> | 2014-07-11 16:44:41 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-07-15 05:08:56 -0700 |
commit | 635b3801e0bb59ce7440588a63b4d54f320d0cbc (patch) | |
tree | 49f22fba555506e1a47b99d6b48927917b7e5fa0 /arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_interconnect_data.c | |
parent | dbd5f4603e221cbbd6f206fb45e4d8b81f011a6a (diff) | |
download | talos-op-linux-635b3801e0bb59ce7440588a63b4d54f320d0cbc.tar.gz talos-op-linux-635b3801e0bb59ce7440588a63b4d54f320d0cbc.zip |
ARM: OMAP2: hwmod_data: Remove legacy mailbox data and addrs
OMAP2 devices are devicetree boot only, and the legacy mode
of mailbox device creation should no longer be used, so remove
the mailbox attribute data and the hwmod addr space used for
creating mailboxes in legacy mode.
Acked-by: Paul Walmsley <paul@pwsan.com>
Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_interconnect_data.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_interconnect_data.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_interconnect_data.c b/arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_interconnect_data.c index 0413daba2dba..c1e98d589100 100644 --- a/arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_interconnect_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_2xxx_3xxx_interconnect_data.c @@ -152,15 +152,6 @@ struct omap_hwmod_addr_space omap2_dma_system_addrs[] = { { } }; -struct omap_hwmod_addr_space omap2_mailbox_addrs[] = { - { - .pa_start = 0x48094000, - .pa_end = 0x48094000 + SZ_512 - 1, - .flags = ADDR_TYPE_RT, - }, - { } -}; - struct omap_hwmod_addr_space omap2_mcbsp1_addrs[] = { { .name = "mpu", |