]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: shmobile: r8a7791: Remove legacy clock aliases for DT devices
authorLaurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Wed, 19 Feb 2014 17:03:31 +0000 (18:03 +0100)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 24 Feb 2014 01:01:30 +0000 (10:01 +0900)
Now that the r8a7791 DT platforms use the common clock framework,
there's no need to manually create clock aliases for devices
instantiated through DT, as those devices will reference their clocks
directly in the device tree. Remove those aliases.

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-r8a7791.c

index 3e1b6b6991843f84a07c80221438b2f56e546b84..605fc778e3e2cbdb847285cfbd249917d9cb392a 100644 (file)
@@ -267,7 +267,6 @@ static struct clk_lookup lookups[] = {
        CLKDEV_DEV_ID("sh_mobile_sdhi.2", &mstp_clks[MSTP311]),
        CLKDEV_DEV_ID("sh_cmt.0", &mstp_clks[MSTP124]),
        CLKDEV_DEV_ID("qspi.0", &mstp_clks[MSTP917]),
-       CLKDEV_DEV_ID("e61f0000.thermal", &mstp_clks[MSTP522]),
        CLKDEV_DEV_ID("rcar_thermal", &mstp_clks[MSTP522]),
        CLKDEV_DEV_ID("i2c-rcar_gen2.0", &mstp_clks[MSTP931]),
        CLKDEV_DEV_ID("i2c-rcar_gen2.1", &mstp_clks[MSTP930]),