|
@@ -76,7 +76,8 @@ void __init rcar_gen2_timer_init(void)
|
|
void __iomem *base;
|
|
void __iomem *base;
|
|
u32 freq;
|
|
u32 freq;
|
|
|
|
|
|
- if (of_machine_is_compatible("renesas,r8a7794")) {
|
|
|
|
|
|
+ if (of_machine_is_compatible("renesas,r8a7792") ||
|
|
|
|
+ of_machine_is_compatible("renesas,r8a7794")) {
|
|
freq = 260000000 / 8; /* ZS / 8 */
|
|
freq = 260000000 / 8; /* ZS / 8 */
|
|
/* CNTVOFF has to be initialized either from non-secure
|
|
/* CNTVOFF has to be initialized either from non-secure
|
|
* Hypervisor mode or secure Monitor mode with SCR.NS==1.
|
|
* Hypervisor mode or secure Monitor mode with SCR.NS==1.
|