renesas-soc.c (18ecaaea2174c9494ec1ce354f58846367c29f45) renesas-soc.c (ddb705deeefc9807a5db9ef8da47a020371bfb9c)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Renesas SoC Identification
4 *
5 * Copyright (C) 2014-2016 Glider bvba
6 */
7
8#include <linux/io.h>

--- 255 unchanged lines hidden (view full) ---

264};
265
266static const struct renesas_soc soc_shmobile_ag5 __initconst __maybe_unused = {
267 .family = &fam_shmobile,
268 .id = 0x37,
269};
270
271
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Renesas SoC Identification
4 *
5 * Copyright (C) 2014-2016 Glider bvba
6 */
7
8#include <linux/io.h>

--- 255 unchanged lines hidden (view full) ---

264};
265
266static const struct renesas_soc soc_shmobile_ag5 __initconst __maybe_unused = {
267 .family = &fam_shmobile,
268 .id = 0x37,
269};
270
271
272static const struct of_device_id renesas_socs[] __initconst = {
272static const struct of_device_id renesas_socs[] __initconst __maybe_unused = {
273#ifdef CONFIG_ARCH_R7S72100
274 { .compatible = "renesas,r7s72100", .data = &soc_rz_a1h },
275#endif
276#ifdef CONFIG_ARCH_R7S9210
277 { .compatible = "renesas,r7s9210", .data = &soc_rz_a2m },
278#endif
279#ifdef CONFIG_ARCH_R8A73A4
280 { .compatible = "renesas,r8a73a4", .data = &soc_rmobile_ape6 },

--- 256 unchanged lines hidden ---
273#ifdef CONFIG_ARCH_R7S72100
274 { .compatible = "renesas,r7s72100", .data = &soc_rz_a1h },
275#endif
276#ifdef CONFIG_ARCH_R7S9210
277 { .compatible = "renesas,r7s9210", .data = &soc_rz_a2m },
278#endif
279#ifdef CONFIG_ARCH_R8A73A4
280 { .compatible = "renesas,r8a73a4", .data = &soc_rmobile_ape6 },

--- 256 unchanged lines hidden ---