projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70e21b0
)
arm: ls102xa: Fix order of CSU indexes in ns_access.h
author
Vincent Siles
<vincent.siles@provenrun.com>
Tue, 29 Mar 2016 07:41:16 +0000
(09:41 +0200)
committer
York Sun
<york.sun@nxp.com>
Wed, 6 Apr 2016 17:26:21 +0000
(10:26 -0700)
This patch aims to fix the order of CSU slave index for the LS1021a
board.
Signed-off-by: Vincent Siles <vincent.siles@provenrun.com>
Reviewed-by: Alison Wang <alison.wang@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
arch/arm/include/asm/arch-ls102xa/ns_access.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-ls102xa/ns_access.h
b/arch/arm/include/asm/arch-ls102xa/ns_access.h
index a921fb6d14ee0d7f7b7d791fe4772cec7c998a09..44acfd2967a181bfae11365444215e40959ece93 100644
(file)
--- a/
arch/arm/include/asm/arch-ls102xa/ns_access.h
+++ b/
arch/arm/include/asm/arch-ls102xa/ns_access.h
@@
-82,12
+82,12
@@
enum csu_cslx_ind {
CSU_CSLX_FTM5,
CSU_CSLX_FTM8,
CSU_CSLX_FTM7,
- CSU_CSLX_COP_DCSR,
CSU_CSLX_EPU,
- CSU_CSLX_
GDI
,
+ CSU_CSLX_
COP_DCSR
,
CSU_CSLX_DDI,
+ CSU_CSLX_GDI,
CSU_CSLX_RESERVED1,
- CSU_CSLX_USB3_PHY = 11
7
,
+ CSU_CSLX_USB3_PHY = 11
6
,
CSU_CSLX_RESERVED2,
CSU_CSLX_MAX,
};