diff mbox

[U-Boot,2/4] arm/ls102xa: use a array to define pexmscportsr

Message ID 1421832560-30696-2-git-send-email-Minghuan.Lian@freescale.com
State Accepted
Delegated to: York Sun
Headers show

Commit Message

Minghuan Lian Jan. 21, 2015, 9:29 a.m. UTC
Signed-off-by: Minghuan Lian <Minghuan.Lian@freescale.com>
---
 arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

York Sun Feb. 25, 2015, 9:34 p.m. UTC | #1
On 01/21/2015 01:29 AM, Minghuan Lian wrote:
> Signed-off-by: Minghuan Lian <Minghuan.Lian@freescale.com>
> ---

This set is applied to u-boot-fsl-qoriq master branch, awaiting upstream.

York
diff mbox

Patch

diff --git a/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h b/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
index 697d4ca..440a5b4 100644
--- a/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
+++ b/arch/arm/include/asm/arch-ls102xa/immap_ls102xa.h
@@ -131,8 +131,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;