From: Peng Fan Date: Thu, 11 Aug 2016 06:02:49 +0000 (+0800) Subject: imx: mx6ull: Add AIPS3 initialization X-Git-Tag: v2016.11-rc2~19^2~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d4bbd01a1c2d74bef645296bf72aa33dc5eb7d3;p=platform%2Fkernel%2Fu-boot.git imx: mx6ull: Add AIPS3 initialization Since the mx6ull adds the AIPS3, so enable its initialization. Signed-off-by: Peng Fan Signed-off-by: Ye Li Cc: Stefano Babic --- diff --git a/arch/arm/imx-common/init.c b/arch/arm/imx-common/init.c index 3d2ce3a..e5dbd93 100644 --- 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_mx6ull() || is_mx6sx() || is_mx7()) { /* * Set all MPROTx to be non-bufferable, trusted for R/W, * not forced to user-mode.