Merge tag 'mvebu-fixes-4.8-2' of git://git.infradead.org/linux-mvebu into fixes
[deliverable/linux.git] / arch / arm / mach-vexpress / v2m-mps2.c
CommitLineData
1847119d
VM
1/*
2 * Copyright (C) 2015 ARM Limited
3 *
4 * Author: Vladimir Murzin <vladimir.murzin@arm.com>
5 *
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.
9 *
10 */
11
12#include <asm/mach/arch.h>
13
14static const char *const mps2_compat[] __initconst = {
15 "arm,mps2",
16 NULL
17};
18
19DT_MACHINE_START(MPS2DT, "MPS2 (Device Tree Support)")
20 .dt_compat = mps2_compat,
21MACHINE_END
This page took 0.062091 seconds and 5 git commands to generate.