renesas-soc.c (4194b583c104922c6141d6610bfbce26847959df) | renesas-soc.c (39e57e14d7eaf8182ce09640c49423122909d5b6) |
---|---|
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> --- 248 unchanged lines hidden (view full) --- 257 { .compatible = "renesas,r8a7793", .data = &soc_rcar_m2_n }, 258#endif 259#ifdef CONFIG_ARCH_R8A7794 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 | 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> --- 248 unchanged lines hidden (view full) --- 257 { .compatible = "renesas,r8a7793", .data = &soc_rcar_m2_n }, 258#endif 259#ifdef CONFIG_ARCH_R8A7794 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_R8A7796 | 265#ifdef CONFIG_ARCH_R8A77960 |
266 { .compatible = "renesas,r8a7796", .data = &soc_rcar_m3_w }, 267#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 --- 114 unchanged lines hidden --- | 266 { .compatible = "renesas,r8a7796", .data = &soc_rcar_m3_w }, 267#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 --- 114 unchanged lines hidden --- |