ARM: DRA7: hwmod: Remove QSPI address space entry from hwmod
authorVignesh R <vigneshr@ti.com>
Mon, 16 May 2016 05:25:03 +0000 (10:55 +0530)
committerTony Lindgren <tony@atomide.com>
Fri, 10 Jun 2016 12:09:46 +0000 (05:09 -0700)
QSPI address space information is passed from device tree. Therefore
remove legacy way of passing address space via hwmod data.

Signed-off-by: Vignesh R <vigneshr@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap_hwmod_7xx_data.c

index d0e7e52..fac0a20 100644 (file)
@@ -3410,21 +3410,11 @@ static struct omap_hwmod_ocp_if dra7xx_l4_cfg__pciess2 = {
        .user           = OCP_USER_MPU | OCP_USER_SDMA,
 };
 
-static struct omap_hwmod_addr_space dra7xx_qspi_addrs[] = {
-       {
-               .pa_start       = 0x4b300000,
-               .pa_end         = 0x4b30007f,
-               .flags          = ADDR_TYPE_RT
-       },
-       { }
-};
-
 /* l3_main_1 -> qspi */
 static struct omap_hwmod_ocp_if dra7xx_l3_main_1__qspi = {
        .master         = &dra7xx_l3_main_1_hwmod,
        .slave          = &dra7xx_qspi_hwmod,
        .clk            = "l3_iclk_div",
-       .addr           = dra7xx_qspi_addrs,
        .user           = OCP_USER_MPU | OCP_USER_SDMA,
 };