fc50e986dc9a702b2bd27e55c5ae413f5b44f23a
[openwrt/openwrt.git] / target / linux / layerscape / patches-4.4 / 3143-armv8-aarch32-Execute-32-bit-Linux-for-ls1046a.patch
1 From 887fd872791ce6e60045f4c6a97926365c6c817c Mon Sep 17 00:00:00 2001
2 From: Yutang Jiang <yutang.jiang@nxp.com>
3 Date: Wed, 7 Dec 2016 00:47:35 +0800
4 Subject: [PATCH] armv8: aarch32: Execute 32-bit Linux for ls1046a
5
6 Signed-off-by: Yutang Jiang <yutang.jiang@nxp.com>
7 ---
8 arch/arm/mach-imx/mach-layerscape.c | 4 +++-
9 1 file changed, 3 insertions(+), 1 deletion(-)
10
11 diff --git a/arch/arm/mach-imx/mach-layerscape.c b/arch/arm/mach-imx/mach-layerscape.c
12 index b87a90a..cbc541e 100644
13 --- a/arch/arm/mach-imx/mach-layerscape.c
14 +++ b/arch/arm/mach-imx/mach-layerscape.c
15 @@ -12,11 +12,13 @@
16 #include "common.h"
17
18 static const char * const layerscape_dt_compat[] __initconst = {
19 - "fsl,ls1043a",
20 "fsl,ls1012a",
21 + "fsl,ls1043a",
22 + "fsl,ls1046a",
23 NULL,
24 };
25
26 DT_MACHINE_START(LAYERSCAPE, "Freescale LAYERSCAPE")
27 + .smp = smp_ops(layerscape_smp_ops),
28 .dt_compat = layerscape_dt_compat,
29 MACHINE_END
30 --
31 1.7.9.5
32