提交 6f031302 编写于 作者: M Marek Vasut 提交者: Marek Vasut

ARM: rmobile: Repair TMU clock on Gen2

The CPfi/4 is derived from XTAL clock and is not fixed. Undo
the previous commit 7984ac8d1635aebd11175c96b07f937a39f0384d.
Signed-off-by: NMarek Vasut <marek.vasut+renesas@gmail.com>
上级 2da6d39e
......@@ -60,6 +60,6 @@
#define CONFIG_TMU_TIMER
#define CONFIG_SYS_TIMER_COUNTS_DOWN
#define CONFIG_SYS_TIMER_COUNTER (TMU_BASE + 0xc) /* TCNT0 */
#define CONFIG_SYS_TIMER_RATE (32500000 / 4) /* CP/4 */
#define CONFIG_SYS_TIMER_RATE (CONFIG_SYS_CLK_FREQ / 8)
#endif /* __RCAR_GEN2_COMMON_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册