renesas-soc.c (167569343fac74ec6825a3ab982f795b5880e63e) renesas-soc.c (1daf13ba10378cad9ea4f5f26b83dd36c36dcdc0)
1/*
2 * Renesas SoC Identification
3 *
4 * Copyright (C) 2014-2016 Glider bvba
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.

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

95 .id = 0x4b,
96};
97
98static const struct renesas_soc soc_rz_g1e __initconst __maybe_unused = {
99 .family = &fam_rzg,
100 .id = 0x4c,
101};
102
1/*
2 * Renesas SoC Identification
3 *
4 * Copyright (C) 2014-2016 Glider bvba
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.

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

95 .id = 0x4b,
96};
97
98static const struct renesas_soc soc_rz_g1e __initconst __maybe_unused = {
99 .family = &fam_rzg,
100 .id = 0x4c,
101};
102
103static const struct renesas_soc soc_rz_g1c __initconst __maybe_unused = {
104 .family = &fam_rzg,
105 .id = 0x53,
106};
107
103static const struct renesas_soc soc_rcar_m1a __initconst __maybe_unused = {
104 .family = &fam_rcar_gen1,
105};
106
107static const struct renesas_soc soc_rcar_h1 __initconst __maybe_unused = {
108 .family = &fam_rcar_gen1,
109 .id = 0x3b,
110};

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

187 { .compatible = "renesas,r8a7743", .data = &soc_rz_g1m },
188#endif
189#ifdef CONFIG_ARCH_R8A7744
190 { .compatible = "renesas,r8a7744", .data = &soc_rz_g1n },
191#endif
192#ifdef CONFIG_ARCH_R8A7745
193 { .compatible = "renesas,r8a7745", .data = &soc_rz_g1e },
194#endif
108static const struct renesas_soc soc_rcar_m1a __initconst __maybe_unused = {
109 .family = &fam_rcar_gen1,
110};
111
112static const struct renesas_soc soc_rcar_h1 __initconst __maybe_unused = {
113 .family = &fam_rcar_gen1,
114 .id = 0x3b,
115};

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

192 { .compatible = "renesas,r8a7743", .data = &soc_rz_g1m },
193#endif
194#ifdef CONFIG_ARCH_R8A7744
195 { .compatible = "renesas,r8a7744", .data = &soc_rz_g1n },
196#endif
197#ifdef CONFIG_ARCH_R8A7745
198 { .compatible = "renesas,r8a7745", .data = &soc_rz_g1e },
199#endif
200#ifdef CONFIG_ARCH_R8A77470
201 { .compatible = "renesas,r8a77470", .data = &soc_rz_g1c },
202#endif
195#ifdef CONFIG_ARCH_R8A7778
196 { .compatible = "renesas,r8a7778", .data = &soc_rcar_m1a },
197#endif
198#ifdef CONFIG_ARCH_R8A7779
199 { .compatible = "renesas,r8a7779", .data = &soc_rcar_h1 },
200#endif
201#ifdef CONFIG_ARCH_R8A7790
202 { .compatible = "renesas,r8a7790", .data = &soc_rcar_h2 },

--- 106 unchanged lines hidden ---
203#ifdef CONFIG_ARCH_R8A7778
204 { .compatible = "renesas,r8a7778", .data = &soc_rcar_m1a },
205#endif
206#ifdef CONFIG_ARCH_R8A7779
207 { .compatible = "renesas,r8a7779", .data = &soc_rcar_h1 },
208#endif
209#ifdef CONFIG_ARCH_R8A7790
210 { .compatible = "renesas,r8a7790", .data = &soc_rcar_h2 },

--- 106 unchanged lines hidden ---