ARM: OMAP3: cm-t3517: use GPTIMER for system clock

cm-t3517 starting from revision 1.2 does not have the 32K oscilator
wired to the AM3517 SoC.
Therefore switch to use the GPTIMER for system clock.

Signed-off-by: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Tony Lindgren <tony@atomide.com>
此提交包含在:
Igor Grinberg
2012-11-18 17:06:41 +02:00
提交者 Tony Lindgren
父節點 6f80b3bb8a
當前提交 26f01998b0
共有 3 個檔案被更改,包括 5 行新增1 行删除

查看文件

@@ -297,6 +297,6 @@ MACHINE_START(CM_T3517, "Compulab CM-T3517")
.handle_irq = omap3_intc_handle_irq,
.init_machine = cm_t3517_init,
.init_late = am35xx_init_late,
.timer = &omap3_timer,
.timer = &omap3_gp_timer,
.restart = omap_prcm_restart,
MACHINE_END