summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinghuan Lian <Minghuan.Lian@freescale.com>2015-01-21 17:29:18 +0800
committerYork Sun <yorksun@freescale.com>2015-02-24 13:10:37 -0800
commitec245fd74d5d307a2c523d28c22db8d24ddd7902 (patch)
tree329bb73c3704e10868fdd2c97923f93e588bd63e
parent636ef95605560a45cd9be21c6340d2bca33352ed (diff)
downloadtalos-obmc-uboot-ec245fd74d5d307a2c523d28c22db8d24ddd7902.tar.gz
talos-obmc-uboot-ec245fd74d5d307a2c523d28c22db8d24ddd7902.zip
arm/ls102xa: use a array to define pexmscportsr
Signed-off-by: Minghuan Lian <Minghuan.Lian@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
-rw-r--r--arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h b/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
index f3aaddcf0f..3a64afce46 100644
--- a/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
+++ b/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
@@ -170,8 +170,7 @@ struct ccsr_scfg {
u32 pex1rdmmsgrqsr;
u32 pex2rdmmsgrqsr;
u32 spimsiclrcr;
- u32 pex1mscportsr;
- u32 pex2mscportsr;
+ u32 pexmscportsr[2];
u32 pex2pmwrcr;
u32 resv5[24];
u32 mac1_streamid;
OpenPOWER on IntegriCloud