Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Suman Anna and committed by
Paul Walmsley
deb9f54e 8aeff382

-10
-10
arch/arm/mach-omap2/omap_hwmod_7xx_data.c
··· 3009 3009 .user = OCP_USER_MPU | OCP_USER_SDMA, 3010 3010 }; 3011 3011 3012 - static 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 3012 /* l4_cfg -> spinlock */ 3022 3013 static struct omap_hwmod_ocp_if dra7xx_l4_cfg__spinlock = { 3023 3014 .master = &dra7xx_l4_cfg_hwmod, 3024 3015 .slave = &dra7xx_spinlock_hwmod, 3025 3016 .clk = "l3_iclk_div", 3026 - .addr = dra7xx_spinlock_addrs, 3027 3017 .user = OCP_USER_MPU | OCP_USER_SDMA, 3028 3018 }; 3029 3019