Message ID | 1403658295-54766-10-git-send-email-s-anna@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Tue, 24 Jun 2014, Suman Anna wrote: > The legacy-style definition of the hwmod addr space is no longer > required as AM33xx/AM43xx are DT-boot only, and the minimal mailbox > DT nodes have been added, so clean up this data. > > Cc: Paul Walmsley <paul@pwsan.com> > Signed-off-by: Suman Anna <s-anna@ti.com> > --- > arch/arm/mach-omap2/omap_hwmod_33xx_43xx_interconnect_data.c | 10 ---------- > 1 file changed, 10 deletions(-) > > diff --git a/arch/arm/mach-omap2/omap_hwmod_33xx_43xx_interconnect_data.c b/arch/arm/mach-omap2/omap_hwmod_33xx_43xx_interconnect_data.c > index e2db378..8f5989d 100644 > --- a/arch/arm/mach-omap2/omap_hwmod_33xx_43xx_interconnect_data.c > +++ b/arch/arm/mach-omap2/omap_hwmod_33xx_43xx_interconnect_data.c > @@ -317,21 +317,11 @@ struct omap_hwmod_ocp_if am33xx_l4_per__i2c3 = { > .user = OCP_USER_MPU, > }; > > -static struct omap_hwmod_addr_space am33xx_mailbox_addrs[] = { > - { > - .pa_start = 0x480C8000, > - .pa_end = 0x480C8000 + (SZ_4K - 1), > - .flags = ADDR_TYPE_RT > - }, > - { } > -}; > - > /* l4 ls -> mailbox */ > struct omap_hwmod_ocp_if am33xx_l4_per__mailbox = { > .master = &am33xx_l4_ls_hwmod, > .slave = &am33xx_mailbox_hwmod, > .clk = "l4ls_gclk", > - .addr = am33xx_mailbox_addrs, > .user = OCP_USER_MPU, > }; Acked-by: Paul Walmsley <paul@pwsan.com> - Paul -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/mach-omap2/omap_hwmod_33xx_43xx_interconnect_data.c b/arch/arm/mach-omap2/omap_hwmod_33xx_43xx_interconnect_data.c index e2db378..8f5989d 100644 --- a/arch/arm/mach-omap2/omap_hwmod_33xx_43xx_interconnect_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_33xx_43xx_interconnect_data.c @@ -317,21 +317,11 @@ struct omap_hwmod_ocp_if am33xx_l4_per__i2c3 = { .user = OCP_USER_MPU, }; -static struct omap_hwmod_addr_space am33xx_mailbox_addrs[] = { - { - .pa_start = 0x480C8000, - .pa_end = 0x480C8000 + (SZ_4K - 1), - .flags = ADDR_TYPE_RT - }, - { } -}; - /* l4 ls -> mailbox */ struct omap_hwmod_ocp_if am33xx_l4_per__mailbox = { .master = &am33xx_l4_ls_hwmod, .slave = &am33xx_mailbox_hwmod, .clk = "l4ls_gclk", - .addr = am33xx_mailbox_addrs, .user = OCP_USER_MPU, };
The legacy-style definition of the hwmod addr space is no longer required as AM33xx/AM43xx are DT-boot only, and the minimal mailbox DT nodes have been added, so clean up this data. Cc: Paul Walmsley <paul@pwsan.com> Signed-off-by: Suman Anna <s-anna@ti.com> --- arch/arm/mach-omap2/omap_hwmod_33xx_43xx_interconnect_data.c | 10 ---------- 1 file changed, 10 deletions(-)