]> Git Repo - linux.git/blob - arch/arm/mach-digicolor/digicolor.c
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / arch / arm / mach-digicolor / digicolor.c
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3  * Support for Conexant Digicolor SoCs
4 */
5
6 #include <asm/mach/arch.h>
7
8 static const char *const digicolor_dt_compat[] __initconst = {
9         "cnxt,cx92755",
10         NULL,
11 };
12
13 DT_MACHINE_START(DIGICOLOR, "Conexant Digicolor (Flattened Device Tree)")
14         .dt_compat      = digicolor_dt_compat,
15 MACHINE_END
This page took 0.038293 seconds and 4 git commands to generate.