aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSuman Anna <s-anna@ti.com>2015-09-14 16:49:21 -0400
committerPaul Walmsley <paul@pwsan.com>2015-10-23 15:01:24 -0400
commitdeb9f54ef380e06fb840a49f184b4d7014366992 (patch)
tree75f2a09fb3bc22f167fae477e2eb84008534fc66
parent8aeff38207df39e2a63578741f7181326dc539cf (diff)
ARM: DRA7: hwmod data: Remove spinlock hwmod addrs
The legacy-style device creation logic for hwspinlock has been removed after the DT-support was added to the driver. The hwmod addr space for spinlock is therefore no longer needed, so remove it. Signed-off-by: Suman Anna <s-anna@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>
-rw-r--r--arch/arm/mach-omap2/omap_hwmod_7xx_data.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c
index 7bf106a677ff..51d1ecb384bd 100644
--- a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c
@@ -3009,21 +3009,11 @@ static struct omap_hwmod_ocp_if dra7xx_l4_cfg__smartreflex_mpu = {
3009 .user = OCP_USER_MPU | OCP_USER_SDMA, 3009 .user = OCP_USER_MPU | OCP_USER_SDMA,
3010}; 3010};
3011 3011
3012static struct omap_hwmod_addr_space dra7xx_spinlock_addrs[] = {
3013 {
3014 .pa_start = 0x4a0f6000,
3015 .pa_end = 0x4a0f6fff,
3016 .flags = ADDR_TYPE_RT
3017 },
3018 { }
3019};
3020
3021/* l4_cfg -> spinlock */ 3012/* l4_cfg -> spinlock */
3022static struct omap_hwmod_ocp_if dra7xx_l4_cfg__spinlock = { 3013static struct omap_hwmod_ocp_if dra7xx_l4_cfg__spinlock = {
3023 .master = &dra7xx_l4_cfg_hwmod, 3014 .master = &dra7xx_l4_cfg_hwmod,
3024 .slave = &dra7xx_spinlock_hwmod, 3015 .slave = &dra7xx_spinlock_hwmod,
3025 .clk = "l3_iclk_div", 3016 .clk = "l3_iclk_div",
3026 .addr = dra7xx_spinlock_addrs,
3027 .user = OCP_USER_MPU | OCP_USER_SDMA, 3017 .user = OCP_USER_MPU | OCP_USER_SDMA,
3028}; 3018};
3029 3019