renesas-soc.c (c39f2d9db0fd81ea20bb5cce9b3f082ca63753e2) renesas-soc.c (574cb721729fccbc252b0caa5ee401393d06c49e)
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>

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

111 .id = 0x53,
112};
113
114static const struct renesas_soc soc_rz_g2m __initconst __maybe_unused = {
115 .family = &fam_rzg2,
116 .id = 0x52,
117};
118
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>

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

111 .id = 0x53,
112};
113
114static const struct renesas_soc soc_rz_g2m __initconst __maybe_unused = {
115 .family = &fam_rzg2,
116 .id = 0x52,
117};
118
119static const struct renesas_soc soc_rz_g2n __initconst __maybe_unused = {
120 .family = &fam_rzg2,
121 .id = 0x55,
122};
123
119static const struct renesas_soc soc_rz_g2e __initconst __maybe_unused = {
120 .family = &fam_rzg2,
121 .id = 0x57,
122};
123
124static const struct renesas_soc soc_rcar_m1a __initconst __maybe_unused = {
125 .family = &fam_rcar_gen1,
126};

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

222 { .compatible = "renesas,r8a7745", .data = &soc_rz_g1e },
223#endif
224#ifdef CONFIG_ARCH_R8A77470
225 { .compatible = "renesas,r8a77470", .data = &soc_rz_g1c },
226#endif
227#ifdef CONFIG_ARCH_R8A774A1
228 { .compatible = "renesas,r8a774a1", .data = &soc_rz_g2m },
229#endif
124static const struct renesas_soc soc_rz_g2e __initconst __maybe_unused = {
125 .family = &fam_rzg2,
126 .id = 0x57,
127};
128
129static const struct renesas_soc soc_rcar_m1a __initconst __maybe_unused = {
130 .family = &fam_rcar_gen1,
131};

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

227 { .compatible = "renesas,r8a7745", .data = &soc_rz_g1e },
228#endif
229#ifdef CONFIG_ARCH_R8A77470
230 { .compatible = "renesas,r8a77470", .data = &soc_rz_g1c },
231#endif
232#ifdef CONFIG_ARCH_R8A774A1
233 { .compatible = "renesas,r8a774a1", .data = &soc_rz_g2m },
234#endif
235#ifdef CONFIG_ARCH_R8A774B1
236 { .compatible = "renesas,r8a774b1", .data = &soc_rz_g2n },
237#endif
230#ifdef CONFIG_ARCH_R8A774C0
231 { .compatible = "renesas,r8a774c0", .data = &soc_rz_g2e },
232#endif
233#ifdef CONFIG_ARCH_R8A7778
234 { .compatible = "renesas,r8a7778", .data = &soc_rcar_m1a },
235#endif
236#ifdef CONFIG_ARCH_R8A7779
237 { .compatible = "renesas,r8a7779", .data = &soc_rcar_h1 },

--- 142 unchanged lines hidden ---
238#ifdef CONFIG_ARCH_R8A774C0
239 { .compatible = "renesas,r8a774c0", .data = &soc_rz_g2e },
240#endif
241#ifdef CONFIG_ARCH_R8A7778
242 { .compatible = "renesas,r8a7778", .data = &soc_rcar_m1a },
243#endif
244#ifdef CONFIG_ARCH_R8A7779
245 { .compatible = "renesas,r8a7779", .data = &soc_rcar_h1 },

--- 142 unchanged lines hidden ---