diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-07-07 11:54:43 +0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-07-15 08:34:17 +0400 |
commit | ef9cb75ca70c8d31b2493d1fd6cbf8b3dd1dec95 (patch) | |
tree | a213157ee1f50198ee4a19367f87bf0f8c3bd515 /arch/arm/mach-shmobile/clock-r8a7740.c | |
parent | 0985f38d1379291c8701572e761c809f0d5f6476 (diff) | |
download | linux-ef9cb75ca70c8d31b2493d1fd6cbf8b3dd1dec95.tar.xz |
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/clock-r8a7740.c')
-rw-r--r-- | arch/arm/mach-shmobile/clock-r8a7740.c | 2 |
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]), |