File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,11 @@ static const struct renesas_soc soc_rz_g2e __initconst __maybe_unused = {
126
126
.id = 0x57 ,
127
127
};
128
128
129
+ static const struct renesas_soc soc_rz_g2h __initconst __maybe_unused = {
130
+ .family = & fam_rzg2 ,
131
+ .id = 0x4f ,
132
+ };
133
+
129
134
static const struct renesas_soc soc_rcar_m1a __initconst __maybe_unused = {
130
135
.family = & fam_rcar_gen1 ,
131
136
};
@@ -238,6 +243,9 @@ static const struct of_device_id renesas_socs[] __initconst = {
238
243
#ifdef CONFIG_ARCH_R8A774C0
239
244
{ .compatible = "renesas,r8a774c0" , .data = & soc_rz_g2e },
240
245
#endif
246
+ #ifdef CONFIG_ARCH_R8A774E1
247
+ { .compatible = "renesas,r8a774e1" , .data = & soc_rz_g2h },
248
+ #endif
241
249
#ifdef CONFIG_ARCH_R8A7778
242
250
{ .compatible = "renesas,r8a7778" , .data = & soc_rcar_m1a },
243
251
#endif
You can’t perform that action at this time.
0 commit comments