ARM: ux500: Increase the size of the PRCMU's TCPM size
authorLee Jones <lee.jones@linaro.org>
Tue, 2 Apr 2013 13:21:48 +0000 (14:21 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 27 May 2013 12:06:49 +0000 (14:06 +0200)
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>
arch/arm/mach-ux500/devices-db8500.c

index 1cf94ce0feecd97d90fa5b3d1d85f40a114b9c3e..ddbdcda8306ac9a307d91afe05135caa77018e60 100644 (file)
@@ -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,
        },
 };
This page took 0.024893 seconds and 5 git commands to generate.