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-imx7d-cm4.c
blob0800b5891d2a882301a74619b259a0a22753006b
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * Copyright (c) 2018 Pengutronix, Oleksij Rempel <o.rempel@pengutronix.de>
4 */
6 #include <linux/kernel.h>
7 #include <asm/v7m.h>
8 #include <asm/mach/arch.h>
10 static const char * const imx7d_cm4_dt_compat[] __initconst = {
11 "fsl,imx7d-cm4",
12 NULL,
15 DT_MACHINE_START(IMX7D, "Freescale i.MX7 Dual Cortex-M4 (Device Tree)")
16 .dt_compat = imx7d_cm4_dt_compat,
17 .restart = armv7m_restart,
18 MACHINE_END