summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Bjornstedt <johan.bjornstedt@stericsson.com>2012-01-13 13:21:43 +0100
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-05-22 11:02:42 +0200
commit22e95f7d3fc1c7c78b6a9947934387187a4a2a81 (patch)
tree3879b32ae259f9747b1605814f50489ecd04c39f
parentd97f00a621057f904db0c1c21eceab3c14dc449e (diff)
mach-ux500: Change dump size of prcmu_icn_pmu
The valid size of prcmu_icn_pmu is 0x90. ST-Ericsson ID: 403009 ST-Ericsson FOSS-OUT ID: Trivial ST-Ericsson Linux next: N/A Change-Id: I3f333255c893d69c22be97007734ddb07296da26 Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/45475 Tested-by: Johan BJORNSTEDT <johan.bjornstedt@stericsson.com> Reviewed-by: Per FRANSSON <per.xx.fransson@stericsson.com> Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com>
-rw-r--r--arch/arm/mach-ux500/dbx500_dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/dbx500_dump.c b/arch/arm/mach-ux500/dbx500_dump.c
index 92e4047cd8b..4c3934fc7b8 100644
--- a/arch/arm/mach-ux500/dbx500_dump.c
+++ b/arch/arm/mach-ux500/dbx500_dump.c
@@ -54,7 +54,7 @@ static struct dbx500_dump_info db8500_dump[] = {
{
.name = "prcmu_icn_pmu",
.phy_addr = (U8500_PRCMU_BASE + 0xE00),
- .size = 0x118,
+ .size = 0x90,
},
{
.name = "db8500_fuses",