ARM: shmobile: r8a7740: Fix TPU clock name
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Tue, 16 Jul 2013 10:32:04 +0000 (12:32 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Fri, 19 Jul 2013 02:12:35 +0000 (11:12 +0900)
The TPU device is called renesas-tpu-pwm, not renesas_tpu_pwm. Fix the
clock name accordingly.

Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/clock-r8a7740.c

index de10fd78bf2b839671ed39331173abf6c6db1d2c..f4265e52432cb37ae1e89e58455e7441e55972a2 100644 (file)
@@ -596,7 +596,7 @@ static struct clk_lookup lookups[] = {
        CLKDEV_DEV_ID("e6bd0000.mmcif",         &mstp_clks[MSTP312]),
        CLKDEV_DEV_ID("r8a7740-gether",         &mstp_clks[MSTP309]),
        CLKDEV_DEV_ID("e9a00000.sh-eth",        &mstp_clks[MSTP309]),
-       CLKDEV_DEV_ID("renesas_tpu_pwm",        &mstp_clks[MSTP304]),
+       CLKDEV_DEV_ID("renesas-tpu-pwm",        &mstp_clks[MSTP304]),
 
        CLKDEV_DEV_ID("sh_mobile_sdhi.2",       &mstp_clks[MSTP415]),
        CLKDEV_DEV_ID("e6870000.sdhi",          &mstp_clks[MSTP415]),
This page took 0.02567 seconds and 5 git commands to generate.