xref: /kernel/linux/linux-5.10/arch/arm/mach-shmobile/setup-r8a73a4.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/arch/arm/mach-shmobile/
18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * r8a73a4 processor support
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci * Copyright (C) 2013  Renesas Solutions Corp.
68c2ecf20Sopenharmony_ci * Copyright (C) 2013  Magnus Damm
78c2ecf20Sopenharmony_ci */
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ci#include <linux/init.h>
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#include <asm/mach/arch.h>
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci#include "common.h"
148c2ecf20Sopenharmony_ci
158c2ecf20Sopenharmony_cistatic const char *const r8a73a4_boards_compat_dt[] __initconst = {
168c2ecf20Sopenharmony_ci	"renesas,r8a73a4",
178c2ecf20Sopenharmony_ci	NULL,
188c2ecf20Sopenharmony_ci};
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ciDT_MACHINE_START(R8A73A4_DT, "Generic R8A73A4 (Flattened Device Tree)")
218c2ecf20Sopenharmony_ci	.init_late	= shmobile_init_late,
228c2ecf20Sopenharmony_ci	.dt_compat	= r8a73a4_boards_compat_dt,
238c2ecf20Sopenharmony_ciMACHINE_END
24

Indexes created Thu Nov 07 10:32:03 CST 2024