GNU Linux-libre 4.14.332-gnu1
[releases.git] / arch / metag / kernel / machines.c
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  *  arch/metag/kernel/machines.c
4  *
5  *  Copyright (C) 2012 Imagination Technologies Ltd.
6  *
7  *  Generic Meta Boards.
8  */
9
10 #include <linux/init.h>
11 #include <asm/irq.h>
12 #include <asm/mach/arch.h>
13
14 static const char *meta_boards_compat[] __initdata = {
15         "img,meta",
16         NULL,
17 };
18
19 MACHINE_START(META, "Generic Meta")
20         .dt_compat      = meta_boards_compat,
21 MACHINE_END