diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-04-02 09:21:48 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-05-27 08:06:49 -0400 |
commit | 5dc60e052897f73aac6f17f3036c51a55cff89e7 (patch) | |
tree | b1cfe64c1f35f6f65cbf41d93e9ab08c3182affc | |
parent | e4aa937ec75df0eea0bee03bffa3303ad36c986b (diff) |
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>
-rw-r--r-- | arch/arm/mach-ux500/devices-db8500.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/devices-db8500.c b/arch/arm/mach-ux500/devices-db8500.c index 1cf94ce0feec..ddbdcda8306a 100644 --- a/arch/arm/mach-ux500/devices-db8500.c +++ b/arch/arm/mach-ux500/devices-db8500.c | |||
@@ -227,7 +227,7 @@ static struct resource db8500_prcmu_res[] = { | |||
227 | { | 227 | { |
228 | .name = "prcmu-tcpm", | 228 | .name = "prcmu-tcpm", |
229 | .start = U8500_PRCMU_TCPM_BASE, | 229 | .start = U8500_PRCMU_TCPM_BASE, |
230 | .end = U8500_PRCMU_TCPM_BASE + SZ_4K - 1, | 230 | .end = U8500_PRCMU_TCPM_BASE + SZ_32K - 1, |
231 | .flags = IORESOURCE_MEM, | 231 | .flags = IORESOURCE_MEM, |
232 | }, | 232 | }, |
233 | }; | 233 | }; |