diff options
author | Simon Horman <horms+renesas@verge.net.au> | 2014-07-07 09:54:46 +0200 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-07-15 13:34:17 +0900 |
commit | 2e11179da78a56c2a44fc3fe097f2af8dc18f9d6 (patch) | |
tree | f583749b7a03f0b51f60b7d183df79cf37d1b1ea /arch/arm/mach-shmobile | |
parent | aad64dc31954dbbb84cd8fcfaf1bc028f3bc2616 (diff) | |
download | op-kernel-dev-2e11179da78a56c2a44fc3fe097f2af8dc18f9d6.zip op-kernel-dev-2e11179da78a56c2a44fc3fe097f2af8dc18f9d6.tar.gz |
ARM: shmobile: r8a7740: add CMT1 clock support for DT
This will be used when initialising CMT1 device 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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/clock-r8a7740.c b/arch/arm/mach-shmobile/clock-r8a7740.c index 3f34b3f..2ffb560 100644 --- a/arch/arm/mach-shmobile/clock-r8a7740.c +++ b/arch/arm/mach-shmobile/clock-r8a7740.c @@ -602,6 +602,7 @@ static struct clk_lookup lookups[] = { 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("fck", "e6138000.timer", &mstp_clks[MSTP329]), CLKDEV_ICK_ID("host", "renesas_usbhs", &mstp_clks[MSTP416]), CLKDEV_ICK_ID("func", "renesas_usbhs", &mstp_clks[MSTP407]), CLKDEV_ICK_ID("phy", "renesas_usbhs", &mstp_clks[MSTP406]), |