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:
bdfb2d4
)
imx: mx6ull: Add AIPS3 initialization
author
Peng Fan
<van.freenix@gmail.com>
Thu, 11 Aug 2016 06:02:49 +0000
(14:02 +0800)
committer
Stefano Babic
<sbabic@denx.de>
Tue, 4 Oct 2016 13:41:01 +0000
(15:41 +0200)
Since the mx6ull adds the AIPS3, so enable its initialization.
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Ye Li <ye.li@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
arch/arm/imx-common/init.c
patch
|
blob
|
history
diff --git
a/arch/arm/imx-common/init.c
b/arch/arm/imx-common/init.c
index 3d2ce3a82e9addbd7a2ce735694b6a0b07b50d1c..e5dbd93c3b8bc6ed279842723b38930986fb0e84 100644
(file)
--- a/
arch/arm/imx-common/init.c
+++ b/
arch/arm/imx-common/init.c
@@
-44,7
+44,7
@@
void init_aips(void)
writel(0x00000000, &aips2->opacr3);
writel(0x00000000, &aips2->opacr4);
- if (is_mx6sx() || is_mx7()) {
+ if (is_mx6
ull() || is_mx6
sx() || is_mx7()) {
/*
* Set all MPROTx to be non-bufferable, trusted for R/W,
* not forced to user-mode.