Commit 5dc60e05 authored by Lee Jones's avatar Lee Jones Committed by Linus Walleij

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: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent e4aa937e
...@@ -227,7 +227,7 @@ static struct resource db8500_prcmu_res[] = { ...@@ -227,7 +227,7 @@ static struct resource db8500_prcmu_res[] = {
{ {
.name = "prcmu-tcpm", .name = "prcmu-tcpm",
.start = U8500_PRCMU_TCPM_BASE, .start = U8500_PRCMU_TCPM_BASE,
.end = U8500_PRCMU_TCPM_BASE + SZ_4K - 1, .end = U8500_PRCMU_TCPM_BASE + SZ_32K - 1,
.flags = IORESOURCE_MEM, .flags = IORESOURCE_MEM,
}, },
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment