Browse Source

ARM: ux500: Increase the size of the PRCMU's TCPM size

The Tightly Coupled Program Memory location is actually 32kB in
size, rather than the originally depicted 4kB.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Lee Jones 12 years ago
parent
commit
5dc60e0528
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm/mach-ux500/devices-db8500.c

+ 1 - 1
arch/arm/mach-ux500/devices-db8500.c

@@ -227,7 +227,7 @@ static struct resource db8500_prcmu_res[] = {
 	{
 		.name  = "prcmu-tcpm",
 		.start = U8500_PRCMU_TCPM_BASE,
-		.end   = U8500_PRCMU_TCPM_BASE + SZ_4K - 1,
+		.end   = U8500_PRCMU_TCPM_BASE + SZ_32K - 1,
 		.flags = IORESOURCE_MEM,
 	},
 };