]> Git Repo - linux.git/blob - arch/arm/mach-digicolor/digicolor.c
ACPI: bus: Avoid using CPPC if not supported by firmware
[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.033435 seconds and 4 git commands to generate.