Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd367e9d authored by Mattias Wallin's avatar Mattias Wallin Committed by Linus Walleij
Browse files

mach-ux500: iomap PRCMU TCDM memory



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

Signed-off-by: default avatarMattias Wallin <mattias.wallin@stericsson.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent db24520f
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -44,6 +44,7 @@ static struct map_desc u5500_io_desc[] __initdata = {
	__IO_DEV_DESC(U5500_GPIO3_BASE, SZ_4K),
	__IO_DEV_DESC(U5500_GPIO3_BASE, SZ_4K),
	__IO_DEV_DESC(U5500_GPIO4_BASE, SZ_4K),
	__IO_DEV_DESC(U5500_GPIO4_BASE, SZ_4K),
	__IO_DEV_DESC(U5500_PRCMU_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[] = {
static struct resource db5500_pmu_resources[] = {