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

ARM: OMAP4: 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
8aeff382 e7f73d61

-10
-10
arch/arm/mach-omap2/omap_hwmod_44xx_data.c
··· 4471 4471 .user = OCP_USER_MPU | OCP_USER_SDMA, 4472 4472 }; 4473 4473 4474 - static struct omap_hwmod_addr_space omap44xx_spinlock_addrs[] = { 4475 - { 4476 - .pa_start = 0x4a0f6000, 4477 - .pa_end = 0x4a0f6fff, 4478 - .flags = ADDR_TYPE_RT 4479 - }, 4480 - { } 4481 - }; 4482 - 4483 4474 /* l4_cfg -> spinlock */ 4484 4475 static struct omap_hwmod_ocp_if omap44xx_l4_cfg__spinlock = { 4485 4476 .master = &omap44xx_l4_cfg_hwmod, 4486 4477 .slave = &omap44xx_spinlock_hwmod, 4487 4478 .clk = "l4_div_ck", 4488 - .addr = omap44xx_spinlock_addrs, 4489 4479 .user = OCP_USER_MPU | OCP_USER_SDMA, 4490 4480 }; 4491 4481