Merge branch 'for-4.20/apple' into for-linus
[linux-2.6-block.git] / arch / arm / mach-shmobile / setup-r8a73a4.c
CommitLineData
c44e182e 1// SPDX-License-Identifier: GPL-2.0
eccf0607
MD
2/*
3 * r8a73a4 processor support
4 *
5 * Copyright (C) 2013 Renesas Solutions Corp.
6 * Copyright (C) 2013 Magnus Damm
eccf0607 7 */
914d7d14
LP
8
9#include <linux/init.h>
fac49568 10
eccf0607
MD
11#include <asm/mach/arch.h>
12
fd44aa5e 13#include "common.h"
eccf0607 14
19c233b7 15static const char *const r8a73a4_boards_compat_dt[] __initconst = {
eccf0607
MD
16 "renesas,r8a73a4",
17 NULL,
18};
19
20DT_MACHINE_START(R8A73A4_DT, "Generic R8A73A4 (Flattened Device Tree)")
0592d1b5 21 .init_late = shmobile_init_late,
eccf0607
MD
22 .dt_compat = r8a73a4_boards_compat_dt,
23MACHINE_END