Commit 3f5962277e5ea5ebb99b35ab6a8fb4fecf1ba62b

Authored by Ye Li
Committed by Peng Fan
1 parent f965b951ad

MLK-12616-10 mx6ull: Add AIPS3 initialization

Since the mx6ull adds the AIPS3, so enable its initialization.

Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit f774a4c12b8ef197483075bbcd840b3ea27308e9)

Showing 1 changed file with 3 additions and 2 deletions Side-by-side Diff

arch/arm/imx-common/init.c
1 1 /*
2   - * Copyright 2015 Freescale Semiconductor, Inc.
  2 + * Copyright 2015-2016 Freescale Semiconductor, Inc.
3 3 *
4 4 * SPDX-License-Identifier: GPL-2.0+
5 5 */
... ... @@ -44,7 +44,8 @@
44 44 writel(0x00000000, &aips2->opacr3);
45 45 writel(0x00000000, &aips2->opacr4);
46 46  
47   - if (is_cpu_type(MXC_CPU_MX6SX) || is_soc_type(MXC_SOC_MX7)) {
  47 + if (is_cpu_type(MXC_CPU_MX6ULL) || is_cpu_type(MXC_CPU_MX6SX) ||
  48 + is_soc_type(MXC_SOC_MX7)) {
48 49 /*
49 50 * Set all MPROTx to be non-bufferable, trusted for R/W,
50 51 * not forced to user-mode.