Message ID | 1307613035-1633-1-git-send-email-mattias.wallin@stericsson.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
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[] = {