aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorSimon Horman <horms+renesas@verge.net.au>2014-07-07 09:54:29 +0200
committerSimon Horman <horms+renesas@verge.net.au>2014-07-15 13:34:17 +0900
commit0985f38d1379291c8701572e761c809f0d5f6476 (patch)
treed8d9078ade913bafcd1c2744793b7ac4a2dae8f6 /arch/arm/mach-shmobile
parentARM: shmobile: sh73a0: add SCI clock support for DT (diff)
downloadlinux-dev-0985f38d1379291c8701572e761c809f0d5f6476.tar.xz
linux-dev-0985f38d1379291c8701572e761c809f0d5f6476.zip
ARM: shmobile: r8a7778: add TMU clock support for DT
This will be used when initialising TMU devices using DT until common clock framework support is added. Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> 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-r8a7778.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/clock-r8a7778.c b/arch/arm/mach-shmobile/clock-r8a7778.c
index a6dd601165e2..9407bac6fa61 100644
--- a/arch/arm/mach-shmobile/clock-r8a7778.c
+++ b/arch/arm/mach-shmobile/clock-r8a7778.c
@@ -244,7 +244,9 @@ static struct clk_lookup lookups[] = {
CLKDEV_ICK_ID("src.7", "rcar_sound", &mstp_clks[MSTP524]),
CLKDEV_ICK_ID("src.8", "rcar_sound", &mstp_clks[MSTP523]),
CLKDEV_ICK_ID("fck", "sh-tmu.0", &mstp_clks[MSTP016]),
+ CLKDEV_ICK_ID("fck", "ffd80000.timer", &mstp_clks[MSTP016]),
CLKDEV_ICK_ID("fck", "sh-tmu.1", &mstp_clks[MSTP015]),
+ CLKDEV_ICK_ID("fck", "ffd81000.timer", &mstp_clks[MSTP015]),
};
void __init r8a7778_clock_init(void)