renesas-soc.c (8848e1b14231a40ed66229fb3ee98519b32f2ae7) renesas-soc.c (cd59de80dd34dd2d1a3ca97d7a6e712c048b135a)
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.

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

85 .id = 0x45,
86};
87
88static const struct renesas_soc soc_rz_g1m __initconst __maybe_unused = {
89 .family = &fam_rzg,
90 .id = 0x47,
91};
92
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.

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

85 .id = 0x45,
86};
87
88static const struct renesas_soc soc_rz_g1m __initconst __maybe_unused = {
89 .family = &fam_rzg,
90 .id = 0x47,
91};
92
93static const struct renesas_soc soc_rz_g1n __initconst __maybe_unused = {
94 .family = &fam_rzg,
95 .id = 0x4b,
96};
97
93static const struct renesas_soc soc_rz_g1e __initconst __maybe_unused = {
94 .family = &fam_rzg,
95 .id = 0x4c,
96};
97
98static const struct renesas_soc soc_rcar_m1a __initconst __maybe_unused = {
99 .family = &fam_rcar_gen1,
100};

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

156 { .compatible = "renesas,r8a7740", .data = &soc_rmobile_a1 },
157#endif
158#ifdef CONFIG_ARCH_R8A7742
159 { .compatible = "renesas,r8a7742", .data = &soc_rz_g1h },
160#endif
161#ifdef CONFIG_ARCH_R8A7743
162 { .compatible = "renesas,r8a7743", .data = &soc_rz_g1m },
163#endif
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_rcar_m1a __initconst __maybe_unused = {
104 .family = &fam_rcar_gen1,
105};

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

161 { .compatible = "renesas,r8a7740", .data = &soc_rmobile_a1 },
162#endif
163#ifdef CONFIG_ARCH_R8A7742
164 { .compatible = "renesas,r8a7742", .data = &soc_rz_g1h },
165#endif
166#ifdef CONFIG_ARCH_R8A7743
167 { .compatible = "renesas,r8a7743", .data = &soc_rz_g1m },
168#endif
169#ifdef CONFIG_ARCH_R8A7744
170 { .compatible = "renesas,r8a7744", .data = &soc_rz_g1n },
171#endif
164#ifdef CONFIG_ARCH_R8A7745
165 { .compatible = "renesas,r8a7745", .data = &soc_rz_g1e },
166#endif
167#ifdef CONFIG_ARCH_R8A7778
168 { .compatible = "renesas,r8a7778", .data = &soc_rcar_m1a },
169#endif
170#ifdef CONFIG_ARCH_R8A7779
171 { .compatible = "renesas,r8a7779", .data = &soc_rcar_h1 },

--- 94 unchanged lines hidden ---
172#ifdef CONFIG_ARCH_R8A7745
173 { .compatible = "renesas,r8a7745", .data = &soc_rz_g1e },
174#endif
175#ifdef CONFIG_ARCH_R8A7778
176 { .compatible = "renesas,r8a7778", .data = &soc_rcar_m1a },
177#endif
178#ifdef CONFIG_ARCH_R8A7779
179 { .compatible = "renesas,r8a7779", .data = &soc_rcar_h1 },

--- 94 unchanged lines hidden ---