renesas-soc.c (611ac726f9ebbb12f2113e5345ef109660954eeb) | renesas-soc.c (bfe6b5590ce6cab81b3ee51b4541bd1d0b18b3b2) |
---|---|
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> --- 270 unchanged lines hidden (view full) --- 279 { .compatible = "renesas,r8a7793", .data = &soc_rcar_m2_n }, 280#endif 281#ifdef CONFIG_ARCH_R8A7794 282 { .compatible = "renesas,r8a7794", .data = &soc_rcar_e2 }, 283#endif 284#if defined(CONFIG_ARCH_R8A77950) || defined(CONFIG_ARCH_R8A77951) 285 { .compatible = "renesas,r8a7795", .data = &soc_rcar_h3 }, 286#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> --- 270 unchanged lines hidden (view full) --- 279 { .compatible = "renesas,r8a7793", .data = &soc_rcar_m2_n }, 280#endif 281#ifdef CONFIG_ARCH_R8A7794 282 { .compatible = "renesas,r8a7794", .data = &soc_rcar_e2 }, 283#endif 284#if defined(CONFIG_ARCH_R8A77950) || defined(CONFIG_ARCH_R8A77951) 285 { .compatible = "renesas,r8a7795", .data = &soc_rcar_h3 }, 286#endif |
287#ifdef CONFIG_ARCH_R8A77951 288 { .compatible = "renesas,r8a779m1", .data = &soc_rcar_h3 }, 289#endif |
|
287#ifdef CONFIG_ARCH_R8A77960 288 { .compatible = "renesas,r8a7796", .data = &soc_rcar_m3_w }, 289#endif 290#ifdef CONFIG_ARCH_R8A77961 291 { .compatible = "renesas,r8a77961", .data = &soc_rcar_m3_w }, | 290#ifdef CONFIG_ARCH_R8A77960 291 { .compatible = "renesas,r8a7796", .data = &soc_rcar_m3_w }, 292#endif 293#ifdef CONFIG_ARCH_R8A77961 294 { .compatible = "renesas,r8a77961", .data = &soc_rcar_m3_w }, |
295 { .compatible = "renesas,r8a779m3", .data = &soc_rcar_m3_w }, |
|
292#endif 293#ifdef CONFIG_ARCH_R8A77965 294 { .compatible = "renesas,r8a77965", .data = &soc_rcar_m3_n }, 295#endif 296#ifdef CONFIG_ARCH_R8A77970 297 { .compatible = "renesas,r8a77970", .data = &soc_rcar_v3m }, 298#endif 299#ifdef CONFIG_ARCH_R8A77980 --- 138 unchanged lines hidden --- | 296#endif 297#ifdef CONFIG_ARCH_R8A77965 298 { .compatible = "renesas,r8a77965", .data = &soc_rcar_m3_n }, 299#endif 300#ifdef CONFIG_ARCH_R8A77970 301 { .compatible = "renesas,r8a77970", .data = &soc_rcar_v3m }, 302#endif 303#ifdef CONFIG_ARCH_R8A77980 --- 138 unchanged lines hidden --- |