Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / arch / arm / mach-vexpress / v2m-mps2.c
blobe7ad9c27231c4d05f82c5aa2fe500767ac2dc81c
1 /*
2 * Copyright (C) 2015 ARM Limited
4 * Author: Vladimir Murzin <vladimir.murzin@arm.com>
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
12 #include <asm/mach/arch.h>
14 static const char *const mps2_compat[] __initconst = {
15 "arm,mps2",
16 NULL
19 DT_MACHINE_START(MPS2DT, "MPS2 (Device Tree Support)")
20 .dt_compat = mps2_compat,
21 MACHINE_END