diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-07-07 03:54:43 -0400 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-07-15 00:34:17 -0400 |
commit | ef9cb75ca70c8d31b2493d1fd6cbf8b3dd1dec95 (patch) | |
tree | a213157ee1f50198ee4a19367f87bf0f8c3bd515 | |
parent | 0985f38d1379291c8701572e761c809f0d5f6476 (diff) |
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>
-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[] = { | |||
598 | 598 | ||
599 | /* ICK */ | 599 | /* ICK */ |
600 | CLKDEV_ICK_ID("fck", "sh-tmu.1", &mstp_clks[MSTP111]), | 600 | CLKDEV_ICK_ID("fck", "sh-tmu.1", &mstp_clks[MSTP111]), |
601 | CLKDEV_ICK_ID("fck", "fff90000.timer", &mstp_clks[MSTP111]), | ||
601 | CLKDEV_ICK_ID("fck", "sh-tmu.0", &mstp_clks[MSTP125]), | 602 | CLKDEV_ICK_ID("fck", "sh-tmu.0", &mstp_clks[MSTP125]), |
603 | CLKDEV_ICK_ID("fck", "fff80000.timer", &mstp_clks[MSTP125]), | ||
602 | CLKDEV_ICK_ID("fck", "sh-cmt-48.1", &mstp_clks[MSTP329]), | 604 | CLKDEV_ICK_ID("fck", "sh-cmt-48.1", &mstp_clks[MSTP329]), |
603 | CLKDEV_ICK_ID("host", "renesas_usbhs", &mstp_clks[MSTP416]), | 605 | CLKDEV_ICK_ID("host", "renesas_usbhs", &mstp_clks[MSTP416]), |
604 | CLKDEV_ICK_ID("func", "renesas_usbhs", &mstp_clks[MSTP407]), | 606 | CLKDEV_ICK_ID("func", "renesas_usbhs", &mstp_clks[MSTP407]), |