mtd: nand: omap: Fix comment in platform data using wrong Kconfig symbol
[linux/fpc-iii.git] / arch / arm / mach-at91 / samv7.c
blob11386f190c835039126b2cbe7f59cfec8312ff3a
1 /*
2 * Setup code for SAMv7x
4 * Copyright (C) 2013 Atmel,
5 * 2016 Andras Szemzo <szemzo.andras@gmail.com>
7 * Licensed under GPLv2 or later.
8 */
9 #include <linux/of.h>
10 #include <linux/of_platform.h>
11 #include <linux/of_address.h>
12 #include <linux/slab.h>
13 #include <asm/mach/arch.h>
14 #include <asm/mach/map.h>
15 #include <asm/system_misc.h>
16 #include "generic.h"
18 static const char *const samv7_dt_board_compat[] __initconst = {
19 "atmel,samv7",
20 NULL
23 DT_MACHINE_START(samv7_dt, "Atmel SAMV7")
24 .dt_compat = samv7_dt_board_compat,
25 MACHINE_END