Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / arch / arm / mach-shmobile / setup-r8a73a4.c
blob9e3f4dc08372cb626ccb6fc034b6e4c839c2506e
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3 * r8a73a4 processor support
5 * Copyright (C) 2013 Renesas Solutions Corp.
6 * Copyright (C) 2013 Magnus Damm
7 */
9 #include <linux/init.h>
11 #include <asm/mach/arch.h>
13 #include "common.h"
15 static const char *const r8a73a4_boards_compat_dt[] __initconst = {
16 "renesas,r8a73a4",
17 NULL
20 DT_MACHINE_START(R8A73A4_DT, "Generic R8A73A4 (Flattened Device Tree)")
21 .init_late = shmobile_init_late,
22 .dt_compat = r8a73a4_boards_compat_dt,
23 MACHINE_END