]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: OMAP2+: am33xx: Fix the timer fck clock naming convention
authorVaibhav Hiremath <hvaibhav@ti.com>
Mon, 3 Sep 2012 17:50:36 +0000 (11:50 -0600)
committerPaul Walmsley <paul@pwsan.com>
Mon, 3 Sep 2012 17:50:36 +0000 (11:50 -0600)
commit577650139062dcc20246da3f61e0bdafc65edf8f
tree0134658d4b26ba7d9aa488fea067b0a14c650618
parent4cbe5a555fa58a79b6ecbb6c531b8bab0650778d
ARM: OMAP2+: am33xx: Fix the timer fck clock naming convention

With commit ae6df418a21f3a361c5f9b878e32a8aba4e17692
Sub: ARM: OMAP2+: dmtimer: cleanup fclk usage)
The Timer functional clock naming convention has changed from
gptX_fck => timerXfck, and so as the timer init function
in mach-omap2/timer.c.
OMAP4 clocktree also has changed accordingly.

AM33xx Clock Tree has been merged during rc3-4 timeframe,
before above commit got merged, so similar change is required
for AM33xx as well (Change the gptX_fck => timerX_fck).

Signed-off-by: Vaibhav Hiremath <hvaibhav@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
arch/arm/mach-omap2/clock33xx_data.c