renesas-soc.c (ddb705deeefc9807a5db9ef8da47a020371bfb9c) | renesas-soc.c (2653d5bf1c9d123c0d8b8c1634cf54dacfcfdb52) |
---|---|
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> --- 359 unchanged lines hidden (view full) --- 368 { .compatible = "renesas,r8a779a0", .data = &soc_rcar_v3u }, 369#endif 370#ifdef CONFIG_ARCH_R8A779F0 371 { .compatible = "renesas,r8a779f0", .data = &soc_rcar_s4 }, 372#endif 373#ifdef CONFIG_ARCH_R8A779G0 374 { .compatible = "renesas,r8a779g0", .data = &soc_rcar_v4h }, 375#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> --- 359 unchanged lines hidden (view full) --- 368 { .compatible = "renesas,r8a779a0", .data = &soc_rcar_v3u }, 369#endif 370#ifdef CONFIG_ARCH_R8A779F0 371 { .compatible = "renesas,r8a779f0", .data = &soc_rcar_s4 }, 372#endif 373#ifdef CONFIG_ARCH_R8A779G0 374 { .compatible = "renesas,r8a779g0", .data = &soc_rcar_v4h }, 375#endif |
376#if defined(CONFIG_ARCH_R9A07G043) | 376#ifdef CONFIG_ARCH_R9A07G043 |
377#ifdef CONFIG_RISCV 378 { .compatible = "renesas,r9a07g043", .data = &soc_rz_five }, 379#else 380 { .compatible = "renesas,r9a07g043", .data = &soc_rz_g2ul }, 381#endif 382#endif | 377#ifdef CONFIG_RISCV 378 { .compatible = "renesas,r9a07g043", .data = &soc_rz_five }, 379#else 380 { .compatible = "renesas,r9a07g043", .data = &soc_rz_g2ul }, 381#endif 382#endif |
383#if defined(CONFIG_ARCH_R9A07G044) | 383#ifdef CONFIG_ARCH_R9A07G044 |
384 { .compatible = "renesas,r9a07g044", .data = &soc_rz_g2l }, 385#endif | 384 { .compatible = "renesas,r9a07g044", .data = &soc_rz_g2l }, 385#endif |
386#if defined(CONFIG_ARCH_R9A07G054) | 386#ifdef CONFIG_ARCH_R9A07G054 |
387 { .compatible = "renesas,r9a07g054", .data = &soc_rz_v2l }, 388#endif | 387 { .compatible = "renesas,r9a07g054", .data = &soc_rz_v2l }, 388#endif |
389#if defined(CONFIG_ARCH_R9A09G011) | 389#ifdef CONFIG_ARCH_R9A09G011 |
390 { .compatible = "renesas,r9a09g011", .data = &soc_rz_v2m }, 391#endif 392#ifdef CONFIG_ARCH_SH73A0 393 { .compatible = "renesas,sh73a0", .data = &soc_shmobile_ag5 }, 394#endif 395 { /* sentinel */ } 396}; 397 --- 139 unchanged lines hidden --- | 390 { .compatible = "renesas,r9a09g011", .data = &soc_rz_v2m }, 391#endif 392#ifdef CONFIG_ARCH_SH73A0 393 { .compatible = "renesas,sh73a0", .data = &soc_shmobile_ag5 }, 394#endif 395 { /* sentinel */ } 396}; 397 --- 139 unchanged lines hidden --- |