renesas-soc.c (39e57e14d7eaf8182ce09640c49423122909d5b6) renesas-soc.c (9c9f7891093b02eb64ca4e1c7ab776a4296c058f)
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>

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

260 { .compatible = "renesas,r8a7794", .data = &soc_rcar_e2 },
261#endif
262#ifdef CONFIG_ARCH_R8A7795
263 { .compatible = "renesas,r8a7795", .data = &soc_rcar_h3 },
264#endif
265#ifdef CONFIG_ARCH_R8A77960
266 { .compatible = "renesas,r8a7796", .data = &soc_rcar_m3_w },
267#endif
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>

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

260 { .compatible = "renesas,r8a7794", .data = &soc_rcar_e2 },
261#endif
262#ifdef CONFIG_ARCH_R8A7795
263 { .compatible = "renesas,r8a7795", .data = &soc_rcar_h3 },
264#endif
265#ifdef CONFIG_ARCH_R8A77960
266 { .compatible = "renesas,r8a7796", .data = &soc_rcar_m3_w },
267#endif
268#ifdef CONFIG_ARCH_R8A77961
269 { .compatible = "renesas,r8a77961", .data = &soc_rcar_m3_w },
270#endif
268#ifdef CONFIG_ARCH_R8A77965
269 { .compatible = "renesas,r8a77965", .data = &soc_rcar_m3_n },
270#endif
271#ifdef CONFIG_ARCH_R8A77970
272 { .compatible = "renesas,r8a77970", .data = &soc_rcar_v3m },
273#endif
274#ifdef CONFIG_ARCH_R8A77980
275 { .compatible = "renesas,r8a77980", .data = &soc_rcar_v3h },

--- 112 unchanged lines hidden ---
271#ifdef CONFIG_ARCH_R8A77965
272 { .compatible = "renesas,r8a77965", .data = &soc_rcar_m3_n },
273#endif
274#ifdef CONFIG_ARCH_R8A77970
275 { .compatible = "renesas,r8a77970", .data = &soc_rcar_v3m },
276#endif
277#ifdef CONFIG_ARCH_R8A77980
278 { .compatible = "renesas,r8a77980", .data = &soc_rcar_v3h },

--- 112 unchanged lines hidden ---