aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@linux-m68k.org>2014-02-04 10:23:58 -0500
committerSimon Horman <horms+renesas@verge.net.au>2014-02-23 18:54:41 -0500
commit3fc3e908d25ad04de1a01b3f659ecabefcca74c5 (patch)
treea0252a403f68768974248a4c061f92d6e76fd789
parentd9409fb8f30437b68647613e1f0d61b332de30be (diff)
ARM: shmobile: r7s72100 clock: Add RSPI clocks for DT
Add DT-style ("%08x.spi") clocks, as Genmai doesn't use the common clock framework yet. Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org> Acked-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r--arch/arm/mach-shmobile/clock-r7s72100.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/clock-r7s72100.c b/arch/arm/mach-shmobile/clock-r7s72100.c
index ffb0fff41375..71c99feeff01 100644
--- a/arch/arm/mach-shmobile/clock-r7s72100.c
+++ b/arch/arm/mach-shmobile/clock-r7s72100.c
@@ -191,6 +191,11 @@ static struct clk_lookup lookups[] = {
191 CLKDEV_DEV_ID("rspi-rz.2", &mstp_clks[MSTP105]), 191 CLKDEV_DEV_ID("rspi-rz.2", &mstp_clks[MSTP105]),
192 CLKDEV_DEV_ID("rspi-rz.3", &mstp_clks[MSTP104]), 192 CLKDEV_DEV_ID("rspi-rz.3", &mstp_clks[MSTP104]),
193 CLKDEV_DEV_ID("rspi-rz.4", &mstp_clks[MSTP103]), 193 CLKDEV_DEV_ID("rspi-rz.4", &mstp_clks[MSTP103]),
194 CLKDEV_DEV_ID("e800c800.spi", &mstp_clks[MSTP107]),
195 CLKDEV_DEV_ID("e800d000.spi", &mstp_clks[MSTP106]),
196 CLKDEV_DEV_ID("e800d800.spi", &mstp_clks[MSTP105]),
197 CLKDEV_DEV_ID("e800e000.spi", &mstp_clks[MSTP104]),
198 CLKDEV_DEV_ID("e800e800.spi", &mstp_clks[MSTP103]),
194 CLKDEV_DEV_ID("fcfee000.i2c", &mstp_clks[MSTP97]), 199 CLKDEV_DEV_ID("fcfee000.i2c", &mstp_clks[MSTP97]),
195 CLKDEV_DEV_ID("fcfee400.i2c", &mstp_clks[MSTP96]), 200 CLKDEV_DEV_ID("fcfee400.i2c", &mstp_clks[MSTP96]),
196 CLKDEV_DEV_ID("fcfee800.i2c", &mstp_clks[MSTP95]), 201 CLKDEV_DEV_ID("fcfee800.i2c", &mstp_clks[MSTP95]),