From: Simon Horman Date: Mon, 7 Jul 2014 07:54:29 +0000 (+0200) Subject: ARM: shmobile: r8a7778: add TMU clock support for DT X-Git-Tag: v3.14.28+ltsi~56 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fkernel%2Flinux-stable.git;a=commitdiff_plain;h=269568462a582752a36202fd816762b2a813ab9f 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 Signed-off-by: Simon Horman (cherry picked from commit 0985f38d1379291c8701572e761c809f0d5f6476) Signed-off-by: Simon Horman --- diff --git a/arch/arm/mach-shmobile/clock-r8a7778.c b/arch/arm/mach-shmobile/clock-r8a7778.c index 9557907..67980a0 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)