aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorSimon Horman <horms+renesas@verge.net.au>2014-07-07 09:54:43 +0200
committerSimon Horman <horms+renesas@verge.net.au>2014-07-15 13:34:17 +0900
commitef9cb75ca70c8d31b2493d1fd6cbf8b3dd1dec95 (patch)
treea213157ee1f50198ee4a19367f87bf0f8c3bd515 /arch/arm/mach-shmobile
parentARM: shmobile: r8a7778: add TMU clock support for DT (diff)
downloadlinux-dev-ef9cb75ca70c8d31b2493d1fd6cbf8b3dd1dec95.tar.xz
linux-dev-ef9cb75ca70c8d31b2493d1fd6cbf8b3dd1dec95.zip
ARM: shmobile: r8a7740: add TMU clock support for DT
This will be used when initialising TMU devices using DT until common clock framework support is added. Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r--arch/arm/mach-shmobile/clock-r8a7740.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/clock-r8a7740.c b/arch/arm/mach-shmobile/clock-r8a7740.c
index 68592b7109f7..3f34b3fe3bb8 100644
--- a/arch/arm/mach-shmobile/clock-r8a7740.c
+++ b/arch/arm/mach-shmobile/clock-r8a7740.c
@@ -598,7 +598,9 @@ static struct clk_lookup lookups[] = {
/* ICK */
CLKDEV_ICK_ID("fck", "sh-tmu.1", &mstp_clks[MSTP111]),
+ CLKDEV_ICK_ID("fck", "fff90000.timer", &mstp_clks[MSTP111]),
CLKDEV_ICK_ID("fck", "sh-tmu.0", &mstp_clks[MSTP125]),
+ CLKDEV_ICK_ID("fck", "fff80000.timer", &mstp_clks[MSTP125]),
CLKDEV_ICK_ID("fck", "sh-cmt-48.1", &mstp_clks[MSTP329]),
CLKDEV_ICK_ID("host", "renesas_usbhs", &mstp_clks[MSTP416]),
CLKDEV_ICK_ID("func", "renesas_usbhs", &mstp_clks[MSTP407]),