linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] mach-ux500: iomap PRCMU TCDM memory
@ 2011-06-09  9:50 Mattias Wallin
  2011-06-13  8:16 ` Linus Walleij
  0 siblings, 1 reply; 2+ messages in thread
From: Mattias Wallin @ 2011-06-09  9:50 UTC (permalink / raw)
  To: linux-arm-kernel

The PRCMU TCDM memory needs to be iomapped for the PRCMU to work
properly.

Signed-off-by: Mattias Wallin <mattias.wallin@stericsson.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
---
 arch/arm/mach-ux500/cpu-db5500.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-ux500/cpu-db5500.c b/arch/arm/mach-ux500/cpu-db5500.c
index c51da69..7d940a8 100644
--- a/arch/arm/mach-ux500/cpu-db5500.c
+++ b/arch/arm/mach-ux500/cpu-db5500.c
@@ -43,6 +43,7 @@ static struct map_desc u5500_io_desc[] __initdata = {
 	__IO_DEV_DESC(U5500_GPIO3_BASE, SZ_4K),
 	__IO_DEV_DESC(U5500_GPIO4_BASE, SZ_4K),
 	__IO_DEV_DESC(U5500_PRCMU_BASE, SZ_4K),
+	__IO_DEV_DESC(U5500_PRCMU_TCDM_BASE, SZ_4K),
 };
 
 static struct resource db5500_pmu_resources[] = {
-- 
1.7.4.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] mach-ux500: iomap PRCMU TCDM memory
  2011-06-09  9:50 [PATCH] mach-ux500: iomap PRCMU TCDM memory Mattias Wallin
@ 2011-06-13  8:16 ` Linus Walleij
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2011-06-13  8:16 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jun 9, 2011 at 11:50 AM, Mattias Wallin
<mattias.wallin@stericsson.com> wrote:

> The PRCMU TCDM memory needs to be iomapped for the PRCMU to work
> properly.
>
> Signed-off-by: Mattias Wallin <mattias.wallin@stericsson.com>
> Acked-by: Linus Walleij <linus.walleij@linaro.org>

I've picked this into the ux500-core branch for further passing to the
arch maintainer tree.

Thanks,
Linus Walleij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-06-13  8:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-09  9:50 [PATCH] mach-ux500: iomap PRCMU TCDM memory Mattias Wallin
2011-06-13  8:16 ` Linus Walleij

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).