Merge tag 'for-linus-4.4-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / arch / arm / mach-digicolor / digicolor.c
CommitLineData
df8d742e
BS
1/*
2 * Support for Conexant Digicolor SoCs
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7*/
8
9#include <asm/mach/arch.h>
10
19c233b7 11static const char *const digicolor_dt_compat[] __initconst = {
df8d742e
BS
12 "cnxt,cx92755",
13 NULL,
14};
15
16DT_MACHINE_START(DIGICOLOR, "Conexant Digicolor (Flattened Device Tree)")
17 .dt_compat = digicolor_dt_compat,
18MACHINE_END
This page took 0.059703 seconds and 5 git commands to generate.