sh: Add SH7785 Highlander board support (R7785RP).
[firefly-linux-kernel-4.4.55.git] / arch / sh / kernel / timers / timer-tmu.c
index e060e71d0785f222af07ecc4e653265284aa7278..ad1ede52fc9cf1c66f63982b18a9fdd192f06837 100644 (file)
@@ -148,7 +148,9 @@ static int tmu_timer_init(void)
 
        /* Start TMU0 */
        tmu_timer_stop();
-#if !defined(CONFIG_CPU_SUBTYPE_SH7300) && !defined(CONFIG_CPU_SUBTYPE_SH7760)
+#if !defined(CONFIG_CPU_SUBTYPE_SH7300) && \
+    !defined(CONFIG_CPU_SUBTYPE_SH7760) && \
+    !defined(CONFIG_CPU_SUBTYPE_SH7785)
        ctrl_outb(TMU_TOCR_INIT, TMU_TOCR);
 #endif