* [PATCH] ARM: DRA7: hwmod: Remove QSPI address space entry from hwmod
@ 2016-05-16 5:25 Vignesh R
2016-06-10 12:10 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Vignesh R @ 2016-05-16 5:25 UTC (permalink / raw)
To: linux-arm-kernel
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>
---
arch/arm/mach-omap2/omap_hwmod_7xx_data.c | 10 ----------
1 file changed, 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 d0e7e5259ec3..fac0a2044da4 100644
--- a/arch/arm/mach-omap2/omap_hwmod_7xx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_7xx_data.c
@@ -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,
};
--
2.8.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: DRA7: hwmod: Remove QSPI address space entry from hwmod
2016-05-16 5:25 [PATCH] ARM: DRA7: hwmod: Remove QSPI address space entry from hwmod Vignesh R
@ 2016-06-10 12:10 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2016-06-10 12:10 UTC (permalink / raw)
To: linux-arm-kernel
* Vignesh R <vigneshr@ti.com> [160515 22:27]:
> QSPI address space information is passed from device tree. Therefore
> remove legacy way of passing address space via hwmod data.
Applying this one into omap-for-v4.8/soc thanks.
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-10 12:10 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-16 5:25 [PATCH] ARM: DRA7: hwmod: Remove QSPI address space entry from hwmod Vignesh R
2016-06-10 12:10 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).