|
@@ -73,6 +73,7 @@ void __init rcar_gen2_timer_init(void)
|
|
|
shmobile_init_cntvoff();
|
|
|
|
|
|
if (of_machine_is_compatible("renesas,r8a7745") ||
|
|
|
+ of_machine_is_compatible("renesas,r8a77470") ||
|
|
|
of_machine_is_compatible("renesas,r8a7792") ||
|
|
|
of_machine_is_compatible("renesas,r8a7794")) {
|
|
|
freq = 260000000 / 8; /* ZS / 8 */
|
|
@@ -205,6 +206,7 @@ MACHINE_END
|
|
|
static const char * const rz_g1_boards_compat_dt[] __initconst = {
|
|
|
"renesas,r8a7743",
|
|
|
"renesas,r8a7745",
|
|
|
+ "renesas,r8a77470",
|
|
|
NULL,
|
|
|
};
|
|
|
|