]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: shmobile: r8a7740: Add DT name to clock list for CMT10
authorBastian Hecht <hechtb@gmail.com>
Thu, 11 Apr 2013 11:24:02 +0000 (13:24 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Wed, 22 May 2013 12:44:25 +0000 (21:44 +0900)
This adds temporarily the alternative device name to the clock list
that is used when booting via Device Tree setup.

Signed-off-by: Bastian Hecht <hechtb+renesas@gmail.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/clock-r8a7740.c

index 5bd8da0c81d18a5d0221d2415e4f1b56961a982d..8fc396a3503d1337e5ac0d86bbcaee27edaee1fc 100644 (file)
@@ -582,6 +582,7 @@ static struct clk_lookup lookups[] = {
        CLKDEV_DEV_ID("e6cc0000.sci",           &mstp_clks[MSTP230]),
 
        CLKDEV_DEV_ID("sh_cmt.10",              &mstp_clks[MSTP329]),
+       CLKDEV_DEV_ID("e6138010.timer",         &mstp_clks[MSTP329]),
        CLKDEV_DEV_ID("sh_fsi2",                &mstp_clks[MSTP328]),
        CLKDEV_DEV_ID("i2c-sh_mobile.1",        &mstp_clks[MSTP323]),
        CLKDEV_DEV_ID("renesas_usbhs",          &mstp_clks[MSTP320]),