summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorViktar Palstsiuk <viktar.palstsiuk@promwad.com>2013-11-26 14:30:26 +0300
committerTom Rini <trini@ti.com>2013-12-04 11:41:13 -0500
commit3558243b6fc80b14a6281bd0e2792672b462684c (patch)
tree76beb2f393a89d9313474036cf9e2925ee7482fe /arch
parent9167fc81b34a78748e7aa73d39285df67d34fcac (diff)
downloadblackbird-obmc-uboot-3558243b6fc80b14a6281bd0e2792672b462684c.tar.gz
blackbird-obmc-uboot-3558243b6fc80b14a6281bd0e2792672b462684c.zip
davinci: fix Master Priority Registers location
MSTPRI0 (Master Priority 0 Register) sits at 0x01C14110 not at 0x01C14114 Signed-off-by: Viktar Palstsiuk <viktar.palstsiuk@promwad.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/include/asm/arch-davinci/hardware.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-davinci/hardware.h b/arch/arm/include/asm/arch-davinci/hardware.h
index 7aaf4bff85..27b1844ee6 100644
--- a/arch/arm/include/asm/arch-davinci/hardware.h
+++ b/arch/arm/include/asm/arch-davinci/hardware.h
@@ -478,8 +478,9 @@ struct davinci_syscfg_regs {
dv_reg rsvd[13];
dv_reg kick0;
dv_reg kick1;
- dv_reg rsvd1[53];
+ dv_reg rsvd1[52];
dv_reg mstpri[3];
+ dv_reg rsvd2;
dv_reg pinmux[20];
dv_reg suspsrc;
dv_reg chipsig;
OpenPOWER on IntegriCloud