]> Git Repo - linux.git/blob - arch/arc/plat-tb10x/tb10x.c
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / arch / arc / plat-tb10x / tb10x.c
1 // SPDX-License-Identifier: GPL-2.0-only
2 /*
3  * Abilis Systems TB10x platform initialisation
4  *
5  * Copyright (C) Abilis Systems 2012
6  *
7  * Author: Christian Ruppert <[email protected]>
8  */
9
10 #include <linux/init.h>
11 #include <asm/mach_desc.h>
12
13 static const char *tb10x_compat[] __initdata = {
14         "abilis,arc-tb10x",
15         NULL,
16 };
17
18 MACHINE_START(TB10x, "tb10x")
19         .dt_compat      = tb10x_compat,
20 MACHINE_END
This page took 0.041061 seconds and 4 git commands to generate.