renesas-soc.c (e98bdb3059cbf2b1cd4261e126b08429f64466c3) | renesas-soc.c (8848e1b14231a40ed66229fb3ee98519b32f2ae7) |
---|---|
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. --- 66 unchanged lines hidden (view full) --- 75 .id = 0x3f, 76}; 77 78static const struct renesas_soc soc_rmobile_a1 __initconst __maybe_unused = { 79 .family = &fam_rmobile, 80 .id = 0x40, 81}; 82 | 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. --- 66 unchanged lines hidden (view full) --- 75 .id = 0x3f, 76}; 77 78static const struct renesas_soc soc_rmobile_a1 __initconst __maybe_unused = { 79 .family = &fam_rmobile, 80 .id = 0x40, 81}; 82 |
83static const struct renesas_soc soc_rz_g1h __initconst __maybe_unused = { 84 .family = &fam_rzg, 85 .id = 0x45, 86}; 87 |
|
83static const struct renesas_soc soc_rz_g1m __initconst __maybe_unused = { 84 .family = &fam_rzg, 85 .id = 0x47, 86}; 87 88static const struct renesas_soc soc_rz_g1e __initconst __maybe_unused = { 89 .family = &fam_rzg, 90 .id = 0x4c, --- 54 unchanged lines hidden (view full) --- 145 { .compatible = "renesas,r7s72100", .data = &soc_rz_a1h }, 146#endif 147#ifdef CONFIG_ARCH_R8A73A4 148 { .compatible = "renesas,r8a73a4", .data = &soc_rmobile_ape6 }, 149#endif 150#ifdef CONFIG_ARCH_R8A7740 151 { .compatible = "renesas,r8a7740", .data = &soc_rmobile_a1 }, 152#endif | 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_g1e __initconst __maybe_unused = { 94 .family = &fam_rzg, 95 .id = 0x4c, --- 54 unchanged lines hidden (view full) --- 150 { .compatible = "renesas,r7s72100", .data = &soc_rz_a1h }, 151#endif 152#ifdef CONFIG_ARCH_R8A73A4 153 { .compatible = "renesas,r8a73a4", .data = &soc_rmobile_ape6 }, 154#endif 155#ifdef CONFIG_ARCH_R8A7740 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 |
|
153#ifdef CONFIG_ARCH_R8A7743 154 { .compatible = "renesas,r8a7743", .data = &soc_rz_g1m }, 155#endif 156#ifdef CONFIG_ARCH_R8A7745 157 { .compatible = "renesas,r8a7745", .data = &soc_rz_g1e }, 158#endif 159#ifdef CONFIG_ARCH_R8A7778 160 { .compatible = "renesas,r8a7778", .data = &soc_rcar_m1a }, --- 97 unchanged lines hidden --- | 161#ifdef CONFIG_ARCH_R8A7743 162 { .compatible = "renesas,r8a7743", .data = &soc_rz_g1m }, 163#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 }, --- 97 unchanged lines hidden --- |