Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / arm / mach-imx / mach-ls1021a.c
blob0034359a9b4f78e284e229683a4fb5e4aec26651
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3 * Copyright 2013-2014 Freescale Semiconductor, Inc.
4 */
6 #include <asm/mach/arch.h>
8 #include "common.h"
10 static const char * const ls1021a_dt_compat[] __initconst = {
11 "fsl,ls1021a",
12 NULL,
15 DT_MACHINE_START(LS1021A, "Freescale LS1021A")
16 .smp = smp_ops(ls1021a_smp_ops),
17 .dt_compat = ls1021a_dt_compat,
18 MACHINE_END