renesas-soc.c (446279168e030fd0ed68e2bba336bef8bb3da352) | renesas-soc.c (1b37236de8c1ac56969efd130bb38edf8ac4b7f6) |
---|---|
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> --- 306 unchanged lines hidden (view full) --- 315#endif 316#if defined(CONFIG_ARCH_R8A77950) || defined(CONFIG_ARCH_R8A77951) 317 { .compatible = "renesas,r8a7795", .data = &soc_rcar_h3 }, 318#endif 319#ifdef CONFIG_ARCH_R8A77951 320 { .compatible = "renesas,r8a779m0", .data = &soc_rcar_h3 }, 321 { .compatible = "renesas,r8a779m1", .data = &soc_rcar_h3 }, 322 { .compatible = "renesas,r8a779m8", .data = &soc_rcar_h3 }, | 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> --- 306 unchanged lines hidden (view full) --- 315#endif 316#if defined(CONFIG_ARCH_R8A77950) || defined(CONFIG_ARCH_R8A77951) 317 { .compatible = "renesas,r8a7795", .data = &soc_rcar_h3 }, 318#endif 319#ifdef CONFIG_ARCH_R8A77951 320 { .compatible = "renesas,r8a779m0", .data = &soc_rcar_h3 }, 321 { .compatible = "renesas,r8a779m1", .data = &soc_rcar_h3 }, 322 { .compatible = "renesas,r8a779m8", .data = &soc_rcar_h3 }, |
323 { .compatible = "renesas,r8a779mb", .data = &soc_rcar_h3 }, |
|
323#endif 324#ifdef CONFIG_ARCH_R8A77960 325 { .compatible = "renesas,r8a7796", .data = &soc_rcar_m3_w }, 326#endif 327#ifdef CONFIG_ARCH_R8A77961 328 { .compatible = "renesas,r8a77961", .data = &soc_rcar_m3_w }, 329 { .compatible = "renesas,r8a779m2", .data = &soc_rcar_m3_w }, 330 { .compatible = "renesas,r8a779m3", .data = &soc_rcar_m3_w }, --- 172 unchanged lines hidden --- | 324#endif 325#ifdef CONFIG_ARCH_R8A77960 326 { .compatible = "renesas,r8a7796", .data = &soc_rcar_m3_w }, 327#endif 328#ifdef CONFIG_ARCH_R8A77961 329 { .compatible = "renesas,r8a77961", .data = &soc_rcar_m3_w }, 330 { .compatible = "renesas,r8a779m2", .data = &soc_rcar_m3_w }, 331 { .compatible = "renesas,r8a779m3", .data = &soc_rcar_m3_w }, --- 172 unchanged lines hidden --- |